From a613b78f92b9c68644cc188075d12c31e10558ee Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 4 Sep 2016 20:38:28 +0200 Subject: give up automount for now --- vali.nix | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/vali.nix b/vali.nix index d96ec7db..958faf2f 100644 --- a/vali.nix +++ b/vali.nix @@ -162,24 +162,24 @@ rec { ''; }; - systemd.automounts = [ - { enable = true; - where = "/var/media"; - automountConfig = { - DirectoryMode = "555"; - }; - } - ]; - - systemd.mounts = [ - { enable = true; - where = "/var/media"; - what = "gkleen@hel.asgard.yggdrasil:/var/media"; - type = "fuse.sshfs"; - options = "users,idmap=gkleen,IdentityFile=/home/user/.ssh/id_ed25519,allow_other,reconnect,_netdev"; - mountConfig = { - DirectoryMode = "555"; - }; - } - ]; + # systemd.automounts = [ + # { enable = true; + # where = "/var/media"; + # automountConfig = { + # DirectoryMode = "555"; + # }; + # } + # ]; + + # systemd.mounts = [ + # { enable = true; + # where = "/var/media"; + # what = "gkleen@hel.asgard.yggdrasil:/var/media"; + # type = "fuse.sshfs"; + # options = "users,idmap=gkleen,IdentityFile=/home/user/.ssh/id_ed25519,allow_other,reconnect,_netdev"; + # mountConfig = { + # DirectoryMode = "555"; + # }; + # } + # ]; } -- cgit v1.2.3