From e16f70fc19ee2459008a5630f2d2db7a9b7c715d Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 10 Mar 2024 20:18:06 -0400 Subject: [PATCH] ingress-proxy: fix saerro forcehttps for now --- nixos/hosts/ingress-proxy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.