From 8f0bf6945a24ea8dac4e8395461bb92f22ab71a0 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Mon, 16 May 2022 00:51:11 +0200
Subject: vidhar: ...

---
 hosts/vidhar/zfs.nix | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'hosts/vidhar')

diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix
index cfbd3d3a..ef285536 100644
--- a/hosts/vidhar/zfs.nix
+++ b/hosts/vidhar/zfs.nix
@@ -101,18 +101,21 @@
         { device = "/dev/zvol/hdd-raid6/safe/home/mherold/camera/2020-09-13";
           fsType = "vfat";
           options = [ "uid=mherold" "gid=users" "x-systemd.automount" "x-systemd.idle-timeout=120" ];
+          noCheck = true;
         };
 
       "/home/mherold/camera/2022-01-16" =
         { device = "/dev/zvol/hdd-raid6/safe/home/mherold/camera/2022-01-16";
           fsType = "vfat";
           options = [ "uid=mherold" "gid=users" "x-systemd.automount" "x-systemd.idle-timeout=120" ];
+          noCheck = true;
         };
 
       "/home/mherold/camera/2022-05-15" =
         { device = "/dev/zvol/hdd-raid6/safe/home/mherold/camera/2022-05-15";
           fsType = "vfat";
           options = [ "uid=mherold" "gid=users" "x-systemd.automount" "x-systemd.idle-timeout=120" ];
+          noCheck = true;
         };
     };
 
-- 
cgit v1.2.3