sad
This commit is contained in:
@@ -50,9 +50,9 @@ in
|
|||||||
|
|
||||||
initrd = {
|
initrd = {
|
||||||
verbose = lib.mkDefault false;
|
verbose = lib.mkDefault false;
|
||||||
availableKernelModules = [ "bcachefs" ];
|
availableKernelModules = lib.mkOverride 90 [ "bcachefs" ];
|
||||||
kernelModules = {
|
kernelModules = {
|
||||||
bcachefs = true;
|
bcachefs = lib.mkOverride 90 true;
|
||||||
};
|
};
|
||||||
systemd.storePaths = with pkgs; [
|
systemd.storePaths = with pkgs; [
|
||||||
bcachefs-tools
|
bcachefs-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user