diff --git a/config/hosts/wind/services/nginx.nix b/config/hosts/wind/services/nginx.nix index 48176d7..81b3086 100644 --- a/config/hosts/wind/services/nginx.nix +++ b/config/hosts/wind/services/nginx.nix @@ -21,6 +21,11 @@ ''; }; }; + "amanda.graven.dev" = { + enableACME = true; + forceSSL = true; + locations."/".root = "/var/www/amanda.graven.dev/public"; + }; "rss.graven.dev" = { enableACME = true; forceSSL = true;