diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 20:09:55 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 20:09:55 +0200 |
commit | 2c5a6fd3a476ae80996f4072cf5bba4f45bedf59 (patch) | |
tree | 1e7ca04301d21d3d9645c7cb9a2207f37d4213c1 | |
parent | d468eae5abfd3c083f7d44a2fdcfcea3fd5c9d5b (diff) | |
download | nixos-2c5a6fd3a476ae80996f4072cf5bba4f45bedf59.tar nixos-2c5a6fd3a476ae80996f4072cf5bba4f45bedf59.tar.gz nixos-2c5a6fd3a476ae80996f4072cf5bba4f45bedf59.tar.bz2 nixos-2c5a6fd3a476ae80996f4072cf5bba4f45bedf59.tar.xz nixos-2c5a6fd3a476ae80996f4072cf5bba4f45bedf59.zip |
typos
-rw-r--r-- | vali.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ rec { | |||
185 | where = "/var/media"; | 185 | where = "/var/media"; |
186 | what = "media@hel.asgard.yggdrasil:/var/media"; | 186 | what = "media@hel.asgard.yggdrasil:/var/media"; |
187 | type = "fuse.sshfs"; | 187 | type = "fuse.sshfs"; |
188 | options = "users,idmap=user,IdentityFile=/home/user/.ssh/id_media@hel,allow_other,reconnect,_netdev"; | 188 | options = "idmap=user,IdentityFile=/home/gkleen/.ssh/media@hel,allow_other,reconnect,_netdev"; |
189 | mountConfig = { | 189 | mountConfig = { |
190 | Environment = "PATH=/run/current-system/sw/bin:/run/current/system/sw/sbin"; | 190 | Environment = "PATH=/run/current-system/sw/bin:/run/current/system/sw/sbin"; |
191 | DirectoryMode = "555"; | 191 | DirectoryMode = "555"; |