From ace843b59dd246c0b3e00197fb9efed89a544488 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 13 Jan 2024 09:52:59 -0800 Subject: [PATCH] Add coreutils to heimdal hprop job --- lib/fudo/auth/kerberos/kdc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/auth/kerberos/kdc.nix b/lib/fudo/auth/kerberos/kdc.nix index 4674be1..478e00d 100644 --- a/lib/fudo/auth/kerberos/kdc.nix +++ b/lib/fudo/auth/kerberos/kdc.nix @@ -310,7 +310,7 @@ let "heimdal-hpropd@" = { description = "Heimdal propagation listener server."; - path = with pkgs; [ heimdal ]; + path = with pkgs; [ coreutils heimdal ]; serviceConfig = { StandardInput = "socket"; StandardOutput = "socket";