diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-29 19:32:57 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-29 19:32:57 +0100 |
commit | 031b5bd0989d9664f41602dc6356b82ccc931090 (patch) | |
tree | f72f18f526c62d04003836bcafb2a2c09aa5bbe7 /hosts | |
parent | 123e5006db0a318f7d47a73ecb8ea9c7f58d6536 (diff) | |
download | nixos-031b5bd0989d9664f41602dc6356b82ccc931090.tar nixos-031b5bd0989d9664f41602dc6356b82ccc931090.tar.gz nixos-031b5bd0989d9664f41602dc6356b82ccc931090.tar.bz2 nixos-031b5bd0989d9664f41602dc6356b82ccc931090.tar.xz nixos-031b5bd0989d9664f41602dc6356b82ccc931090.zip |
...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/zfs.nix | 7 |
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; |