diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:20:04 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:20:04 +0200 |
commit | e7d9599150dc4df6e90adfaf40c36184fae3d9af (patch) | |
tree | e7695a9c1e4e45ad2ae6df7e96cd1e4b4b85be1a /vali.nix | |
parent | bcee730ee46a1253b745df323554a5a213671d11 (diff) | |
download | nixos-e7d9599150dc4df6e90adfaf40c36184fae3d9af.tar nixos-e7d9599150dc4df6e90adfaf40c36184fae3d9af.tar.gz nixos-e7d9599150dc4df6e90adfaf40c36184fae3d9af.tar.bz2 nixos-e7d9599150dc4df6e90adfaf40c36184fae3d9af.tar.xz nixos-e7d9599150dc4df6e90adfaf40c36184fae3d9af.zip |
use media@hel key on vali
Diffstat (limited to 'vali.nix')
-rw-r--r-- | vali.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ rec { | |||
176 | where = "/var/media"; | 176 | where = "/var/media"; |
177 | what = "gkleen@hel.asgard.yggdrasil:/var/media"; | 177 | what = "gkleen@hel.asgard.yggdrasil:/var/media"; |
178 | type = "fuse.sshfs"; | 178 | type = "fuse.sshfs"; |
179 | options = "users,idmap=gkleen,IdentityFile=/home/user/.ssh/id_ed25519,allow_other,reconnect,_netdev"; | 179 | options = "users,idmap=gkleen,IdentityFile=/home/user/.ssh/id_media@hel,allow_other,reconnect,_netdev"; |
180 | mountConfig = { | 180 | mountConfig = { |
181 | DirectoryMode = "555"; | 181 | DirectoryMode = "555"; |
182 | }; | 182 | }; |