diff options
Diffstat (limited to 'nix/modules/nginx.nix')
-rw-r--r-- | nix/modules/nginx.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nix/modules/nginx.nix b/nix/modules/nginx.nix index bcc213a..18becfe 100644 --- a/nix/modules/nginx.nix +++ b/nix/modules/nginx.nix @@ -37,11 +37,11 @@ ''; virtualHosts = { - "ret2pop.net" = { - # addSSL = true; - # enableACME = true; - root = "/home/preston/ret2pop-website/"; - }; + "ret2pop.nullring.xyz" = { + # addSSL = true; + # enableACME = true; + root = "/home/preston/ret2pop-website/"; + }; }; }; } |