diff options
| -rw-r--r-- | hosts/vidhar/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 7591db37..05e90f95 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
| @@ -382,12 +382,13 @@ | |||
| 382 | fileSystems."/srv/eos.lower" = { | 382 | fileSystems."/srv/eos.lower" = { |
| 383 | device = "/dev/zvol/hdd-raid6/safe/home/mherold/eos/base"; | 383 | device = "/dev/zvol/hdd-raid6/safe/home/mherold/eos/base"; |
| 384 | fsType = "ntfs3"; | 384 | fsType = "ntfs3"; |
| 385 | options = [ "ro" "uid=mherold" "gid=users" "fmask=0177" "dmask=0077" ]; | 385 | options = [ "ro" "uid=mherold" "gid=users" "fmask=0177" "dmask=0077" "nofail" "noauto" ]; |
| 386 | }; | 386 | }; |
| 387 | 387 | ||
| 388 | fileSystems."/srv/eos.upper" = { | 388 | fileSystems."/srv/eos.upper" = { |
| 389 | device = "/dev/zvol/hdd-raid6/safe/home/mherold/eos/upper"; | 389 | device = "/dev/zvol/hdd-raid6/safe/home/mherold/eos/upper"; |
| 390 | fsType = "ext4"; | 390 | fsType = "ext4"; |
| 391 | options = [ "nofail" "noauto" ]; | ||
| 391 | }; | 392 | }; |
| 392 | 393 | ||
| 393 | systemd.mounts = [ | 394 | systemd.mounts = [ |
