Included package path

This commit is contained in:
Jan-Bulthuis 2025-06-10 03:07:57 +02:00
parent 029ff0c9a3
commit 5ade637e57

View File

@ -147,7 +147,7 @@ in
# Mount the directories from the network share # Mount the directories from the network share
home.activation.dirMount = lib.hm.dag.entryAfter [ "writeBoundary" ] '' 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" echo "Kerberos ticket found, mounting home directory"
ln -s /network/$USER/Documents $HOME/Documents || true ln -s /network/$USER/Documents $HOME/Documents || true
ln -s /network/$USER/Music $HOME/Music || true ln -s /network/$USER/Music $HOME/Music || true