summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:20:04 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:20:04 +0200
commite7d9599150dc4df6e90adfaf40c36184fae3d9af (patch)
treee7695a9c1e4e45ad2ae6df7e96cd1e4b4b85be1a /vali.nix
parentbcee730ee46a1253b745df323554a5a213671d11 (diff)
downloadnixos-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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/vali.nix b/vali.nix
index d96ec7db..63f28fbd 100644
--- a/vali.nix
+++ b/vali.nix
@@ -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 };