ma x13: boot.zfs.enableUnstable = true;
This commit is contained in:
parent
78f5e9fe4f
commit
4b0ac50854
|
@ -13,6 +13,7 @@
|
|||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
boot.zfs.enableUnstable = true; # required for 21.05
|
||||
fileSystems."/" =
|
||||
{ device = "zroot/root/nixos";
|
||||
fsType = "zfs";
|
||||
|
|
Loading…
Reference in a new issue