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