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