global(fs): add zfs option
This commit is contained in:
parent
cb84a4d7ae
commit
7df8a87a51
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ in {
|
|||
fileSystems = (mapAttrs (path: dataset: {
|
||||
device = "${cfg.zfs.persist}/${dataset}";
|
||||
fsType = "zfs";
|
||||
options = [ "zfsutil" ];
|
||||
# required by impermanence
|
||||
neededForBoot = true;
|
||||
}) cfg.zfs.mountpoints) // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue