From 51193322799ec44b76dffc50998e197a75fafc89 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 4 Sep 2016 19:09:07 +0200 Subject: syntax --- vali.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vali.nix b/vali.nix index ec7d3518..fb634ee3 100644 --- a/vali.nix +++ b/vali.nix @@ -164,8 +164,8 @@ rec { systemd.automounts = [ { enable = true; + where = "/var/media"; automountConfig = { - Where = "/var/media"; DirectoryMode = "555"; }; } @@ -173,9 +173,9 @@ rec { systemd.mounts = [ { enable = true; + where = "/var/media"; mountConfig = { What = "gkleen@hel.asgard.yggdrasil:/var/media"; - Where = "/var/media"; Type = "fuse.sshfs"; Options = "users,idmap=gkleen,IdentityFile=/home/user/.ssh/id_ed25519,allow_other,reconnect,_netdev"; DirectoryMode = "555"; -- cgit v1.2.3