summaryrefslogtreecommitdiff
path: root/hosts/vidhar/zfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/zfs.nix')
-rw-r--r--hosts/vidhar/zfs.nix7
1 files changed, 7 insertions, 0 deletions
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 @@
117 options = [ "uid=mherold" "gid=users" "x-systemd.automount" "x-systemd.idle-timeout=120" ]; 117 options = [ "uid=mherold" "gid=users" "x-systemd.automount" "x-systemd.idle-timeout=120" ];
118 noCheck = true; 118 noCheck = true;
119 }; 119 };
120
121 "/home/mherold/camera/2022-12-29" =
122 { device = "/dev/zvol/hdd-raid6/safe/home/mherold/camera/2022-12-29";
123 fsType = "vfat";
124 options = [ "uid=mherold" "gid=users" "x-systemd.automount" "x-systemd.idle-timeout=120" ];
125 noCheck = true;
126 };
120 }; 127 };
121 128
122 users.users.gkleen.createHome = lib.mkForce false; 129 users.users.gkleen.createHome = lib.mkForce false;