mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Delete default.nix
This commit is contained in:
parent
a53e35d1af
commit
c0ac1fad0d
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
{ lib, pkgs, config, ... }:
|
||||
|
||||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."ahoneybun.net" = {
|
||||
root = "/mnt/DATA/Website/ahoneybun.net/public";
|
||||
locations."/" = {
|
||||
extraConfig = ''
|
||||
default_type text/html;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue