This commit is contained in:
twoneis 2024-05-06 22:24:41 +02:00
parent 94af0087bf
commit f69a0748eb

View file

@ -64,6 +64,10 @@
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 '^zroot@blank$' || zfs snapshot zroot@blank";
datasets = { datasets = {
root = {
type = "zfs_fs";
mountpoint = "/";
};
home = { home = {
type = "zfs_fs"; type = "zfs_fs";
mountpoint = "/home"; mountpoint = "/home";