From 8ebff793557c8b39682e3bd3c85406dd17a6d64b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Apr 2018 15:05:25 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hel.nix b/hel.nix index 7638eddf..423f90bd 100644 --- a/hel.nix +++ b/hel.nix @@ -466,7 +466,7 @@ where = "/media"; automountConfig = { TimeoutIdleSec = "5min"; - DirectoryMode = "755"; + DirectoryMode = "555"; }; wantedBy = [ "remote-fs.target" ]; } @@ -489,7 +489,7 @@ what = "//odin.asgard.yggdrasil/media"; type = "cifs"; options = lib.concatStringsSep "," - [ "guest" + [ "ro" "guest" ]; } ]; -- cgit v1.2.3