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.
This commit is contained in:
Benjamin Staffin
2025-11-13 10:56:22 -05:00
parent 723d4ff6bb
commit 5857fd7fe3
+1 -1
View File
@@ -141,7 +141,7 @@ in
];
environment.systemPackages = with pkgs; [
krb5Full
krb5
freeipa
];