summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-18 12:55:17 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-18 12:55:17 +0100
commit46528476c2cf4b887e0cca74001b56393496330c (patch)
treec8c73182eaab662d41dfa033eecde0dccdb626f8 /hosts
parent740f758619d3c9172e74f3b5076d124254a1d1bf (diff)
downloadnixos-46528476c2cf4b887e0cca74001b56393496330c.tar
nixos-46528476c2cf4b887e0cca74001b56393496330c.tar.gz
nixos-46528476c2cf4b887e0cca74001b56393496330c.tar.bz2
nixos-46528476c2cf4b887e0cca74001b56393496330c.tar.xz
nixos-46528476c2cf4b887e0cca74001b56393496330c.zip
vidhar: mount /home via zfs
Diffstat (limited to 'hosts')
-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 =