This commit is contained in:
mjallen18
2026-02-05 16:14:35 -06:00
parent 1ea8c8b6a9
commit f352ef1c05
4 changed files with 19 additions and 8 deletions

View File

@@ -21,6 +21,12 @@
'';
m1n1CustomLogo = ./NixOS.png;
supportedFilesystems = [ "apfs" ];
initrd = {
availableKernelModules = lib.mkForce [ ];
kernelModules = {
bcachefs = lib.mkForce false;
};
};
supportedFilesystems = lib.mkForce [ "apfs" ];
};
}