From 5857fd7fe3ba0f3739fc6213f0190bf4bcf9fce9 Mon Sep 17 00:00:00 2001 From: Benjamin Staffin Date: Thu, 13 Nov 2025 10:56:22 -0500 Subject: [PATCH] nixos/ipa: krb5Full has been renamed to krb5 This broke as of #456065. krb5Full rename started way back in 2022 with #201707, and I guess ipa.nix was overlooked. --- nixos/modules/security/ipa.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/ipa.nix b/nixos/modules/security/ipa.nix index eded8dd6bcd2..cf015b7781e7 100644 --- a/nixos/modules/security/ipa.nix +++ b/nixos/modules/security/ipa.nix @@ -141,7 +141,7 @@ in ]; environment.systemPackages = with pkgs; [ - krb5Full + krb5 freeipa ];