summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 20:00:45 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 20:01:03 +0200
commit3c3eb52e6417c3c8fa14062bf2ade3924ee2cd68 (patch)
tree40e27964a6ad9ddb6080bcd55d682fa5923ab046 /vali.nix
parent59a48109fa0bb49d9ba68f41558b5de7247e2ee9 (diff)
downloadnixos-3c3eb52e6417c3c8fa14062bf2ade3924ee2cd68.tar
nixos-3c3eb52e6417c3c8fa14062bf2ade3924ee2cd68.tar.gz
nixos-3c3eb52e6417c3c8fa14062bf2ade3924ee2cd68.tar.bz2
nixos-3c3eb52e6417c3c8fa14062bf2ade3924ee2cd68.tar.xz
nixos-3c3eb52e6417c3c8fa14062bf2ade3924ee2cd68.zip
more sensible PATH
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/vali.nix b/vali.nix
index abc2b9d8..fbdad4e4 100644
--- a/vali.nix
+++ b/vali.nix
@@ -180,6 +180,7 @@ rec {
180 type = "fuse.sshfs"; 180 type = "fuse.sshfs";
181 options = "users,idmap=user,IdentityFile=/home/user/.ssh/id_media@hel,allow_other,reconnect,_netdev"; 181 options = "users,idmap=user,IdentityFile=/home/user/.ssh/id_media@hel,allow_other,reconnect,_netdev";
182 mountConfig = { 182 mountConfig = {
183 Environment = "PATH=/run/current-system/sw/bin:/run/current/system/sw/sbin";
183 DirectoryMode = "555"; 184 DirectoryMode = "555";
184 }; 185 };
185 } 186 }