From 031b5bd0989d9664f41602dc6356b82ccc931090 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 29 Dec 2022 19:32:57 +0100 Subject: ... --- hosts/vidhar/zfs.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/vidhar/zfs.nix') diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix index 1de4b9b7..7689776b 100644 --- a/hosts/vidhar/zfs.nix +++ b/hosts/vidhar/zfs.nix @@ -117,6 +117,13 @@ options = [ "uid=mherold" "gid=users" "x-systemd.automount" "x-systemd.idle-timeout=120" ]; noCheck = true; }; + + "/home/mherold/camera/2022-12-29" = + { device = "/dev/zvol/hdd-raid6/safe/home/mherold/camera/2022-12-29"; + fsType = "vfat"; + options = [ "uid=mherold" "gid=users" "x-systemd.automount" "x-systemd.idle-timeout=120" ]; + noCheck = true; + }; }; users.users.gkleen.createHome = lib.mkForce false; -- cgit v1.2.3