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 = [ imports = [
# Import environment # Import environment
../default.nix ../default.nix
# TODO: Remove later
../merged.nix
]; ];
config = { config = {

View File

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