diff options
| -rw-r--r-- | vali.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | } |
