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.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix
index c845a480..3b29a093 100644
--- a/hosts/vidhar/zfs.nix
+++ b/hosts/vidhar/zfs.nix
@@ -57,6 +57,11 @@ in {
57 neededForBoot = true; 57 neededForBoot = true;
58 }; 58 };
59 59
60 "/var/lib/unbound" =
61 { device = "ssd-raid1/local/var-lib-unbound";
62 fsType = "zfs";
63 };
64
60 "/var/log" = 65 "/var/log" =
61 { device = "ssd-raid1/local/var-log"; 66 { device = "ssd-raid1/local/var-log";
62 fsType = "zfs"; 67 fsType = "zfs";