From 74cdfae596dd958ca081cad974135fa5d2b38633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 8 Feb 2026 14:04:59 +0100 Subject: [PATCH] system: revert kanidm config to minimal for debugging --- system/kanidm-client.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/system/kanidm-client.nix b/system/kanidm-client.nix index bdb92e2..bae7956 100644 --- a/system/kanidm-client.nix +++ b/system/kanidm-client.nix @@ -29,16 +29,7 @@ in }; unixSettings = { - version = "2"; - # Use short names (e.g., "torjus") instead of SPN (e.g., "torjus@home.2rjus.net") - uid_attr_map = "name"; - gid_attr_map = "name"; - # Required by NixOS module (will be in TOML but kanidm section is what matters) pam_allowed_login_groups = cfg.allowedLoginGroups; - # Kanidm provider section (this is what unixd actually reads) - kanidm = { - pam_allowed_login_groups = cfg.allowedLoginGroups; - }; }; }; };