boot.nix aktualisiert

This commit is contained in:
fnord 2025-04-23 20:14:07 +02:00
parent 98ba4bfd17
commit ea41625aeb

View file

@ -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.plymouth.enable = true;
boot.kernelParams = ["quiet" "splash"];