Fixed reference to incorrect zfs pool

This commit is contained in:
Jan-Bulthuis 2025-05-29 14:36:07 +02:00
parent 51ab89cd98
commit 43f472fe88

View File

@ -34,7 +34,7 @@
compression = "zstd";
};
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 = {
root = {