From fa715f61c5596b85d8ff2ef679934240af8661c3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 28 Dec 2021 23:02:55 +0100 Subject: vidhar: ... --- hosts/vidhar/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ fileSystems."/srv/eos.lower" = { device = "/dev/zvol/hdd-raid6/safe/home/mherold/eos/base"; fsType = "ntfs3"; - options = [ "ro" "uid=mherold" "gid=users" "fmask=0177" "dmask=0077" ]; + options = [ "ro" "uid=mherold" "gid=users" "fmask=0177" "dmask=0077" "nofail" "noauto" ]; }; fileSystems."/srv/eos.upper" = { device = "/dev/zvol/hdd-raid6/safe/home/mherold/eos/upper"; fsType = "ext4"; + options = [ "nofail" "noauto" ]; }; systemd.mounts = [ -- cgit v1.2.3