boot.nix aktualisiert
This commit is contained in:
parent
98ba4bfd17
commit
ea41625aeb
1 changed files with 3 additions and 1 deletions
4
boot.nix
4
boot.nix
|
@ -1,5 +1,7 @@
|
||||||
{config, libs, pkgs, ....}:
|
{config, libs, pkgs, ...}:
|
||||||
{
|
{
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
boot.kernelParams = ["quiet" "splash"];
|
boot.kernelParams = ["quiet" "splash"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue