root fs
This commit is contained in:
parent
94af0087bf
commit
f69a0748eb
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@
|
|||
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue