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