bcachefs-kernel: go with unstable version

This commit is contained in:
Luj 2023-11-23 10:43:37 +01:00
parent 75c2ed47a7
commit feedb27344

View file

@ -13,7 +13,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelPackages = lib.mkForce pkgs.unstable.linuxPackages_testing_bcachefs;
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_testing_bcachefs;
fileSystems."/" =
{