Add disko support #2

Merged
Jan merged 10 commits from disko into main 2025-05-29 16:33:34 +00:00
Showing only changes of commit 43f472fe88 - Show all commits

View File

@ -34,7 +34,7 @@
compression = "zstd"; compression = "zstd";
}; };
mountpoint = null; mountpoint = null;
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^tank@blank$' || zfs snapshot tank@blank";
datasets = { datasets = {
root = { root = {