Fixed build issue

This commit is contained in:
Jan Bulthuis 2024-07-18 23:58:59 +02:00
parent 36801bb13c
commit ee5b9839fa
2 changed files with 16 additions and 19 deletions

View File

@ -4,9 +4,6 @@
imports = [
# Import environment
../default.nix
# TODO: Remove later
../merged.nix
];
config = {

View File

@ -11,7 +11,6 @@ in {
config = mkIf cfg.enable {
boot = {
loader.timeout = 0;
};
consoleLogLevel = 0;
initrd.verbose = false;
@ -28,4 +27,5 @@ in {
"bgrt_disable"
];
};
};
}