From 17e64562dd856087545c980e2ddf285b468e7bbf Mon Sep 17 00:00:00 2001 From: k Date: Fri, 6 Sep 2024 21:16:59 -0400 Subject: [PATCH] fixssl --- hosts/server/service.nix | 6 ------ 1 file changed, 6 deletions(-) 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";