ma x13: boot.zfs.enableUnstable = true;

This commit is contained in:
makefu 2021-06-06 08:24:46 +02:00
parent f7dfc2c43a
commit ae057d0795
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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";