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