feat: bound impermanence filesystem datasets filesystem
This commit is contained in:
parent
e6e53141ce
commit
3370cd7ab3
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ in {
|
||||||
lib.mapAttrs' (
|
lib.mapAttrs' (
|
||||||
datasetName: dataset:
|
datasetName: dataset:
|
||||||
lib.nameValuePair "/${datasetName}" {
|
lib.nameValuePair "/${datasetName}" {
|
||||||
|
device = "rpool/${datasetName}";
|
||||||
|
fsType = "zfs";
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue