Merge pull request 'add plymouth?' (#615) from add-plymouth into main
All checks were successful
update-riscv / pr (push) Successful in 2m22s
Hydra rainbow-resort.x86_64-linux Hydra build #21555 of nixos-config:pr614:rainbow-resort.x86_64-linux
Hydra thinkrac.x86_64-linux Hydra build #21556 of nixos-config:pr614:thinkrac.x86_64-linux
Hydra jobsets Hydra build #21561 of nixos-config:.jobsets:jobsets
All checks were successful
update-riscv / pr (push) Successful in 2m22s
Hydra rainbow-resort.x86_64-linux Hydra build #21555 of nixos-config:pr614:rainbow-resort.x86_64-linux
Hydra thinkrac.x86_64-linux Hydra build #21556 of nixos-config:pr614:thinkrac.x86_64-linux
Hydra jobsets Hydra build #21561 of nixos-config:.jobsets:jobsets
Reviewed-on: #615
This commit is contained in:
commit
10c5bc0475
1 changed files with 16 additions and 0 deletions
|
@ -190,4 +190,20 @@ in {
|
||||||
|
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
nixpkgs.config.permittedInsecurePackages = ["electron-26.3.0"];
|
nixpkgs.config.permittedInsecurePackages = ["electron-26.3.0"];
|
||||||
|
|
||||||
|
boot = {
|
||||||
|
plymouth.enable = true;
|
||||||
|
consoleLogLevel = 0;
|
||||||
|
initrd.verbose = false;
|
||||||
|
kernelParams = [
|
||||||
|
"quiet"
|
||||||
|
"splash"
|
||||||
|
"boot.shell_on_fail"
|
||||||
|
"loglevel=3"
|
||||||
|
"rd.systemd.show_status=false"
|
||||||
|
"rd.udev.log_level=3"
|
||||||
|
"udev.log_priority=3"
|
||||||
|
];
|
||||||
|
loader.timeout = 0;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue