diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 79dd2d0..625144b 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -32,7 +32,7 @@ in { defaultConfig = { http2 = true; http3 = true; - forceSSL = true; + forceSSL = lib.mkDefault true; enableACME = true; }; static = { src ? null, url ? null, rev ? null, aliases ? [] }: { @@ -122,7 +122,7 @@ in { }; "agg.ps2.live" = ps2live "aggpop"; - "saerro.ps2.live" = ps2live "saerro"; + "saerro.ps2.live" = ps2live "saerro" // { forceSSL = false; }; "metagame.ps2.live" = ps2live "metagame"; # Generic store for /.well-known/ paths.