playing with disko

This commit is contained in:
TheWanderingCrow 2025-01-15 20:27:30 -05:00
parent 75a73e937d
commit 20e4e87fb6

View file

@ -29,5 +29,17 @@
};
};
};
zpool = {
zroot = {
name = "Root zpool";
mode = "mirror";
rootFsOptions = {
compression = "zstd";
"com.sun:auto-snapshot" = "false";
};
mountpoint = "/";
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank";
};
};
};
}