Bcachefs: Difference between revisions
imported>Mic92 We have now 6.7 in nixpkgs with bcachefs |
imported>Mic92 |
||
Line 68: | Line 68: | ||
({ lib, pkgs, ... }: { | ({ lib, pkgs, ... }: { | ||
boot.supportedFilesystems = [ "bcachefs" ]; | boot.supportedFilesystems = [ "bcachefs" ]; | ||
boot.kernelPackages = lib.mkOverride 0 pkgs. | boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest; | ||
}) | }) | ||
]; | ]; |