diff --git a/dafoe/services/acme.nix b/dafoe/services/acme.nix index c2572df..c8f2d9c 100644 --- a/dafoe/services/acme.nix +++ b/dafoe/services/acme.nix @@ -5,6 +5,6 @@ "bitwarden.vatthauer.xyz".email = "leonvatthauer@outlook.com"; "video.vatthauer.xyz".email = "leonvatthauer@outlook.com"; "files.vatthauer.xyz".email = "leonvatthauer@outlook.com"; - #"vatthauer.xyz".email = "leonvatthauer@outlook.com"; + "www.vatthauer.xyz".email = "leonvatthauer@outlook.com"; }; } diff --git a/dafoe/services/nginx.nix b/dafoe/services/nginx.nix index b26f04f..b4d42cb 100644 --- a/dafoe/services/nginx.nix +++ b/dafoe/services/nginx.nix @@ -31,11 +31,11 @@ proxyPass = "http://localhost:8096"; }; }; - #services.nginx.virtualHosts."vatthauer.xyz" = { - # forceSSL = true; - # enableACME = true; - # root = pkgs.callPackage ./resumee-website.nix {}; - #}; + services.nginx.virtualHosts."www.vatthauer.xyz" = { + forceSSL = true; + enableACME = true; + root = pkgs.callPackage ./resumee-website.nix {}; + }; services.nginx.virtualHosts."files.vatthauer.xyz" = { forceSSL = true; enableACME = true;