mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 02:00:51 +02:00
bcachefs-kernel: go with unstable version
This commit is contained in:
parent
5eefeecfcf
commit
edbbcf73d0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
boot.kernelPackages = lib.mkForce pkgs.unstable.linuxPackages_testing_bcachefs;
|
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_testing_bcachefs;
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue