bootconfig hinzugefügt
This commit is contained in:
parent
8a516e0bfe
commit
98ba4bfd17
1 changed files with 7 additions and 0 deletions
7
boot.nix
Normal file
7
boot.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{config, libs, pkgs, ....}:
|
||||||
|
{
|
||||||
|
boot.initrd.systemd.enable = true;
|
||||||
|
boot.plymouth.enable = true;
|
||||||
|
boot.kernelParams = ["quiet" "splash"];
|
||||||
|
boot.consoleLogLevel = 0;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue