summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/vidhar/zfs.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix
index 3beef836..c845a480 100644
--- a/hosts/vidhar/zfs.nix
+++ b/hosts/vidhar/zfs.nix
@@ -61,11 +61,6 @@ in {
61 { device = "ssd-raid1/local/var-log"; 61 { device = "ssd-raid1/local/var-log";
62 fsType = "zfs"; 62 fsType = "zfs";
63 }; 63 };
64
65 "/home" =
66 { device = "hdd-raid6/safe/home";
67 fsType = "zfs";
68 };
69 }; 64 };
70 65
71 systemd.services = 66 systemd.services =