summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 20:09:55 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 20:09:55 +0200
commit2c5a6fd3a476ae80996f4072cf5bba4f45bedf59 (patch)
tree1e7ca04301d21d3d9645c7cb9a2207f37d4213c1
parentd468eae5abfd3c083f7d44a2fdcfcea3fd5c9d5b (diff)
downloadnixos-2c5a6fd3a476ae80996f4072cf5bba4f45bedf59.tar
nixos-2c5a6fd3a476ae80996f4072cf5bba4f45bedf59.tar.gz
nixos-2c5a6fd3a476ae80996f4072cf5bba4f45bedf59.tar.bz2
nixos-2c5a6fd3a476ae80996f4072cf5bba4f45bedf59.tar.xz
nixos-2c5a6fd3a476ae80996f4072cf5bba4f45bedf59.zip
typos
-rw-r--r--vali.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/vali.nix b/vali.nix
index 53ced636..6711e0f8 100644
--- a/vali.nix
+++ b/vali.nix
@@ -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";