summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:09:51 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:09:51 +0200
commit1585b312c7244e35326ac27360386102dbaea665 (patch)
treef3634192274257e77a68bfdeaf81a30387fb5a66 /vali.nix
parent51193322799ec44b76dffc50998e197a75fafc89 (diff)
downloadnixos-1585b312c7244e35326ac27360386102dbaea665.tar
nixos-1585b312c7244e35326ac27360386102dbaea665.tar.gz
nixos-1585b312c7244e35326ac27360386102dbaea665.tar.bz2
nixos-1585b312c7244e35326ac27360386102dbaea665.tar.xz
nixos-1585b312c7244e35326ac27360386102dbaea665.zip
syntax
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/vali.nix b/vali.nix
index fb634ee3..d96ec7db 100644
--- a/vali.nix
+++ b/vali.nix
@@ -174,10 +174,10 @@ rec {
174 systemd.mounts = [ 174 systemd.mounts = [
175 { enable = true; 175 { enable = true;
176 where = "/var/media"; 176 where = "/var/media";
177 what = "gkleen@hel.asgard.yggdrasil:/var/media";
178 type = "fuse.sshfs";
179 options = "users,idmap=gkleen,IdentityFile=/home/user/.ssh/id_ed25519,allow_other,reconnect,_netdev";
177 mountConfig = { 180 mountConfig = {
178 What = "gkleen@hel.asgard.yggdrasil:/var/media";
179 Type = "fuse.sshfs";
180 Options = "users,idmap=gkleen,IdentityFile=/home/user/.ssh/id_ed25519,allow_other,reconnect,_netdev";
181 DirectoryMode = "555"; 181 DirectoryMode = "555";
182 }; 182 };
183 } 183 }