chore(ci): flake update

`keycloak.settings.proxy` removed
This commit is contained in:
arcnmx 2024-10-09 09:05:38 -07:00
parent 7046358417
commit 0bdfac0d0d
2 changed files with 3 additions and 8 deletions

View file

@ -59,11 +59,6 @@ in {
then hostname
else null
);
proxy = mkDefault (
if cfg.protocol == "https"
then "reencrypt"
else "edge"
);
hostname-strict = mkDefault hostname-strict;
hostname-strict-https = mkDefault hostname-strict;
proxy-headers = mkDefault "xforwarded";