no special root

This commit is contained in:
twoneis 2024-05-06 23:18:23 +02:00
parent c29fafa147
commit e3b1d2bd03
2 changed files with 0 additions and 6 deletions

View file

@ -63,11 +63,6 @@
mountpoint = "/";
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank";
datasets = {
root = {
type = "zfs_fs";
mountpoint = "/";
};
home = {
type = "zfs_fs";
mountpoint = "/home";