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, 6 insertions, 1 deletions
diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix
index afb155b2..b490a6c2 100644
--- a/hosts/vidhar/zfs.nix
+++ b/hosts/vidhar/zfs.nix
@@ -15,7 +15,6 @@
15 "/root" = 15 "/root" =
16 { device = "ssd-raid1/safe/home-root"; 16 { device = "ssd-raid1/safe/home-root";
17 fsType = "zfs"; 17 fsType = "zfs";
18 neededForBoot = true;
19 }; 18 };
20 19
21 "/var/lib/systemd" = 20 "/var/lib/systemd" =
@@ -30,6 +29,12 @@
30 neededForBoot = true; 29 neededForBoot = true;
31 }; 30 };
32 31
32 "/var/lib/sops-nix" =
33 { device = "ssd-raid1/local/var-lib-sops--nix";
34 fsType = "zfs";
35 neededForBoot = true;
36 };
37
33 "/var/lib/unbound" = 38 "/var/lib/unbound" =
34 { device = "ssd-raid1/local/var-lib-unbound"; 39 { device = "ssd-raid1/local/var-lib-unbound";
35 fsType = "zfs"; 40 fsType = "zfs";