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