diff --git a/machines/storage/s0/hardware-configuration.nix b/machines/storage/s0/hardware-configuration.nix index 47982fa..3c14aa3 100644 --- a/machines/storage/s0/hardware-configuration.nix +++ b/machines/storage/s0/hardware-configuration.nix @@ -39,12 +39,6 @@ fsType = "zfs"; options = [ "zfsutil" "X-mount.mkdir" ]; }; - fileSystems."/home" = - { - device = "rpool/nixos/home"; - fsType = "zfs"; - options = [ "zfsutil" "X-mount.mkdir" ]; - }; fileSystems."/var/lib" = { device = "rpool/nixos/var/lib"; @@ -57,13 +51,6 @@ fsType = "zfs"; options = [ "zfsutil" "X-mount.mkdir" ]; }; - - fileSystems."/data" = - { - device = "rpool/nixos/data"; - fsType = "zfs"; - options = [ "zfsutil" "X-mount.mkdir" ]; - }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/4FB4-738E";