diff --git a/hosts/server/service.nix b/hosts/server/service.nix index 1919474..f1e5b6c 100644 --- a/hosts/server/service.nix +++ b/hosts/server/service.nix @@ -89,7 +89,6 @@ }; "git.dhilton.xyz" = { - addSSL = true; enableACME = true; forceSSL = true; locations."/" = { @@ -100,7 +99,6 @@ "ntfy.dhilton.xyz" = { forceSSL = true; - addSSL = true; enableACME = true; locations."/" = { proxyPass = "http://127.0.0.1:8004"; @@ -110,7 +108,6 @@ "jel.dhilton.xyz" = { forceSSL = true; - addSSL = true; enableACME = true; locations."/" = { proxyPass = "http://127.0.0.1:8096"; @@ -120,7 +117,6 @@ "puf.dhilton.xyz" = { forceSSL = true; - addSSL = true; enableACME = true; locations."/" = { proxyPass = "http://127.0.0.1:8002"; @@ -130,7 +126,6 @@ "srx.dhilton.xyz" = { forceSSL = true; - addSSL = true; enableACME = true; locations."/" = { proxyPass = "http://127.0.0.1:8005"; @@ -140,7 +135,6 @@ "hom.dhilton.xyz" = { forceSSL = true; - addSSL = true; enableACME = true; locations."/" = { proxyPass = "http://127.0.0.1:8003";