From 5ade637e5770f136203198d77f464b25557c13b6 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Tue, 10 Jun 2025 03:07:57 +0200 Subject: [PATCH] Included package path --- modules/nixos/domain.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/domain.nix b/modules/nixos/domain.nix index 25e61a3..1667dcd 100644 --- a/modules/nixos/domain.nix +++ b/modules/nixos/domain.nix @@ -147,7 +147,7 @@ in # Mount the directories from the network share home.activation.dirMount = lib.hm.dag.entryAfter [ "writeBoundary" ] '' - if klist -s; then + if ${pkgs.krb5}/bin/klist -s; then echo "Kerberos ticket found, mounting home directory" ln -s /network/$USER/Documents $HOME/Documents || true ln -s /network/$USER/Music $HOME/Music || true