summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-30 15:05:25 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-30 15:05:25 +0200
commit8ebff793557c8b39682e3bd3c85406dd17a6d64b (patch)
treed7e66165fd3975d3c9441f7311ebce68b28bf22e
parentce2ebb307248537ccd19a0e087fc61dbedf3327e (diff)
downloadnixos-8ebff793557c8b39682e3bd3c85406dd17a6d64b.tar
nixos-8ebff793557c8b39682e3bd3c85406dd17a6d64b.tar.gz
nixos-8ebff793557c8b39682e3bd3c85406dd17a6d64b.tar.bz2
nixos-8ebff793557c8b39682e3bd3c85406dd17a6d64b.tar.xz
nixos-8ebff793557c8b39682e3bd3c85406dd17a6d64b.zip
-rw-r--r--hel.nix4
1 files 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 @@
466 where = "/media"; 466 where = "/media";
467 automountConfig = { 467 automountConfig = {
468 TimeoutIdleSec = "5min"; 468 TimeoutIdleSec = "5min";
469 DirectoryMode = "755"; 469 DirectoryMode = "555";
470 }; 470 };
471 wantedBy = [ "remote-fs.target" ]; 471 wantedBy = [ "remote-fs.target" ];
472 } 472 }
@@ -489,7 +489,7 @@
489 what = "//odin.asgard.yggdrasil/media"; 489 what = "//odin.asgard.yggdrasil/media";
490 type = "cifs"; 490 type = "cifs";
491 options = lib.concatStringsSep "," 491 options = lib.concatStringsSep ","
492 [ "guest" 492 [ "ro" "guest"
493 ]; 493 ];
494 } 494 }
495 ]; 495 ];