feat(fs): add zfs option
This commit is contained in:
parent
430b48beb8
commit
5f52e997d7
|
@ -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…
Reference in a new issue