feat: add plymouth option to bootloader

This commit is contained in:
2026-04-21 22:43:13 +02:00
parent b1cfe1e31b
commit 37428d922b
3 changed files with 33 additions and 1 deletions

View File

@@ -6,7 +6,10 @@
{
features.nix-settings.towerCache.enable = false;
features.bootloader.mode = "lanzaboote";
features.bootloader = {
mode = "lanzaboote";
plymouth.enable = true;
};
features.desktop.bluetooth.enable = true;
features.gnupg.yubikey.enable = true;
features.udev = {
@@ -23,6 +26,8 @@
nix.settings.secret-key-files = [ config.sops.secrets.nix-signing-key.path ];
boot.kernelParams = [ "btusb.reset=1" ];
# early kms so plymouth lands on amdgpu, not simpledrm
hardware.amdgpu.initrd.enable = true;
services.udisks2.enable = true;