diff --git a/devices/ellaca/disko.nix b/devices/ellaca/disko.nix index d8434fb..ff9e4c6 100644 --- a/devices/ellaca/disko.nix +++ b/devices/ellaca/disko.nix @@ -64,10 +64,6 @@ postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; datasets = { - home = { - type = "zfs_fs"; - mountpoint = "/home"; - }; nix = { type = "zfs_fs"; mountpoint = "/nix";