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

6
flake.lock generated
View file

@ -190,11 +190,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728018373, "lastModified": 1728241625,
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=", "narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb", "rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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