diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index b5ae2ecf..94956a8f 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -198,9 +198,9 @@ networking.wireguard.interfaces = { services.nginx = { enable = true; virtualHosts."bicospacetech.c3d2.de" = { - listen = [{port = 80; addr="0.0.0.0"; }]; + listen = [{port = 80; }]; default = true; - forceSSL = true; + forceSSL = false; enableACME = true; locations."/" = { proxyPass = "http://45.158.40.162:12000";