diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-28 23:02:55 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-28 23:02:55 +0100 |
| commit | fa715f61c5596b85d8ff2ef679934240af8661c3 (patch) | |
| tree | 64c6779775c0e6927f07911b6af975a175bfb3b9 /hosts/vidhar | |
| parent | 5c7a2a294d8f0ec70b063f03241c1e91df22d343 (diff) | |
| download | nixos-fa715f61c5596b85d8ff2ef679934240af8661c3.tar nixos-fa715f61c5596b85d8ff2ef679934240af8661c3.tar.gz nixos-fa715f61c5596b85d8ff2ef679934240af8661c3.tar.bz2 nixos-fa715f61c5596b85d8ff2ef679934240af8661c3.tar.xz nixos-fa715f61c5596b85d8ff2ef679934240af8661c3.zip | |
vidhar: ...
Diffstat (limited to 'hosts/vidhar')
| -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 = [ |
