idk
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
'';
|
||||
m1n1CustomLogo = ./NixOS.png;
|
||||
|
||||
supportedFilesystems = [ "apfs" ];
|
||||
initrd = {
|
||||
availableKernelModules = lib.mkForce [ ];
|
||||
kernelModules = {
|
||||
bcachefs = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
supportedFilesystems = lib.mkForce [ "apfs" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user