From 6ef0bd704ddad0f3d3f4e696035ae0c16d4057ea Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 1 Dec 2024 11:05:19 +0100 Subject: [PATCH] defiant: Update to NixOS 24.11 --- hosts/defiant/filesystems.nix | 1 - hosts/defiant/services/keycloak.nix | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/defiant/filesystems.nix b/hosts/defiant/filesystems.nix index 06343bb..b031f8d 100644 --- a/hosts/defiant/filesystems.nix +++ b/hosts/defiant/filesystems.nix @@ -5,7 +5,6 @@ boot = { zfs.extraPools = [ "tank" ]; supportedFilesystems = [ "zfs" ]; - kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; }; services.prometheus.exporters.zfs.enable = true; diff --git a/hosts/defiant/services/keycloak.nix b/hosts/defiant/services/keycloak.nix index 1912454..a2f5d43 100644 --- a/hosts/defiant/services/keycloak.nix +++ b/hosts/defiant/services/keycloak.nix @@ -17,11 +17,11 @@ in { settings = { cache = "local"; hostname = "iam.feal.no"; - hostname-strict-backchannel = true; + hostname-backchannel-dynamic = false; http-enable = true; http-host = "127.0.1.2"; http-port = 5060; - proxy = "edge"; + proxy-headers = "xforwarded"; }; };