diff options
| -rw-r--r-- | hel.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ]; |
