Fixed build issue
This commit is contained in:
parent
36801bb13c
commit
ee5b9839fa
|
@ -4,9 +4,6 @@
|
|||
imports = [
|
||||
# Import environment
|
||||
../default.nix
|
||||
|
||||
# TODO: Remove later
|
||||
../merged.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue