diff --git a/modules/web/notenrechner.nix b/modules/web/notenrechner.nix index 0fd89f5..a6da3c1 100644 --- a/modules/web/notenrechner.nix +++ b/modules/web/notenrechner.nix @@ -2,8 +2,6 @@ domain = "notenrechner.${config.networking.domain}"; in { services.nginx.virtualHosts."${domain}" = { - forceSSL = true; - enableACME = true; root = specialArgs.notenrechner.packages."x86_64-linux".default; }; }