diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index 185dc265..61b0e53f 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -310,7 +310,6 @@ in }; services.nginx.virtualHosts."bzzt-lcg.hailsatan.eu" = { useACMEHost = "hailsatan.eu"; - forceSSL = true; listenAddresses = [ "0.0.0.0" "[::0]" "100.83.96.25" ]; locations = { "/".proxyPass = "http://127.0.0.1:5003";