put var/lib on separate dataset
This commit is contained in:
parent
3777a6880e
commit
9bf8747161
1 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,13 @@
|
|||
options = [ "zfsutil" ];
|
||||
};
|
||||
|
||||
fileSystems."/var/lib" =
|
||||
{
|
||||
device = "rpool/userdata/var-lib";
|
||||
fsType = "zfs";
|
||||
options = [ "zfsutil" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{
|
||||
device = "/dev/disk/by-uuid/A8AA-1CC4";
|
||||
|
|
Loading…
Add table
Reference in a new issue