mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
fix bcachefs iso
This commit is contained in:
parent
66cbba3b55
commit
1ca62931c5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ let
|
|||
];
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_testing_bcachefs;
|
||||
boot.supportedFilesystems = [ "bcachefs" ];
|
||||
boot.initrd.availableKernelModules = [ "bcachefs" ];
|
||||
isoImage.squashfsCompression = "gzip -Xcompression-level 1";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue