This commit is contained in:
mjallen18
2025-09-01 20:15:55 -05:00
parent 81471cc582
commit e79ae984a3
5 changed files with 255 additions and 101 deletions

View File

@@ -27,7 +27,7 @@ in
supportedFilesystems = [ "bcachefs" ];
consoleLogLevel = lib.mkDefault 3;
consoleLogLevel = lib.mkForce 3;
bootspec.enable = (!isArm);
};