From 3c3eb52e6417c3c8fa14062bf2ade3924ee2cd68 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 4 Sep 2016 20:00:45 +0200 Subject: more sensible PATH --- vali.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/vali.nix b/vali.nix index abc2b9d8..fbdad4e4 100644 --- a/vali.nix +++ b/vali.nix @@ -180,6 +180,7 @@ rec { type = "fuse.sshfs"; options = "users,idmap=user,IdentityFile=/home/user/.ssh/id_media@hel,allow_other,reconnect,_netdev"; mountConfig = { + Environment = "PATH=/run/current-system/sw/bin:/run/current/system/sw/sbin"; DirectoryMode = "555"; }; } -- cgit v1.2.3