diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-18 12:55:17 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-18 12:55:17 +0100 |
commit | 46528476c2cf4b887e0cca74001b56393496330c (patch) | |
tree | c8c73182eaab662d41dfa033eecde0dccdb626f8 | |
parent | 740f758619d3c9172e74f3b5076d124254a1d1bf (diff) | |
download | nixos-46528476c2cf4b887e0cca74001b56393496330c.tar nixos-46528476c2cf4b887e0cca74001b56393496330c.tar.gz nixos-46528476c2cf4b887e0cca74001b56393496330c.tar.bz2 nixos-46528476c2cf4b887e0cca74001b56393496330c.tar.xz nixos-46528476c2cf4b887e0cca74001b56393496330c.zip |
vidhar: mount /home via zfs
-rw-r--r-- | hosts/vidhar/zfs.nix | 5 |
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 = |