about summary refs log tree commit diff
path: root/nixos/modules/services/system
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-11-18 02:13:16 +0100
committerajs124 <git@ajs124.de>2022-12-08 23:08:44 +0100
commitc7930769a7a80b9ae4cc23f6f7003384929471c1 (patch)
treed85180c71f867ee7efd092b275d72e5a8f789460 /nixos/modules/services/system
parentd4ec6e6fe530445d4877f997368588966eb5e8c2 (diff)
downloadnixlib-c7930769a7a80b9ae4cc23f6f7003384929471c1.tar
nixlib-c7930769a7a80b9ae4cc23f6f7003384929471c1.tar.gz
nixlib-c7930769a7a80b9ae4cc23f6f7003384929471c1.tar.bz2
nixlib-c7930769a7a80b9ae4cc23f6f7003384929471c1.tar.lz
nixlib-c7930769a7a80b9ae4cc23f6f7003384929471c1.tar.xz
nixlib-c7930769a7a80b9ae4cc23f6f7003384929471c1.tar.zst
nixlib-c7930769a7a80b9ae4cc23f6f7003384929471c1.zip
krb5Full: turn into alias
Diffstat (limited to 'nixos/modules/services/system')
-rw-r--r--nixos/modules/services/system/kerberos/mit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/system/kerberos/mit.nix b/nixos/modules/services/system/kerberos/mit.nix
index 25d7d51e808a..112000140453 100644
--- a/nixos/modules/services/system/kerberos/mit.nix
+++ b/nixos/modules/services/system/kerberos/mit.nix
@@ -33,7 +33,7 @@ let
 in
 
 {
-  config = mkIf (cfg.enable && kerberos == pkgs.krb5Full) {
+  config = mkIf (cfg.enable && kerberos == pkgs.krb5) {
     systemd.services.kadmind = {
       description = "Kerberos Administration Daemon";
       wantedBy = [ "multi-user.target" ];