fix nuc stuff

This commit is contained in:
mjallen18
2026-02-04 21:11:23 -06:00
parent a9c1d71495
commit aff6fa9ec6
6 changed files with 190 additions and 221 deletions

View File

@@ -43,7 +43,7 @@ in
};
};
supportedFilesystems = lib.mkDefault [ "bcachefs" ];
supportedFilesystems = lib.mkOverride 90 [ "bcachefs" ];
consoleLogLevel = lib.mkDefault 0;
bootspec.enable = (!isArm);