Hardware config for pardalote

This commit is contained in:
Fern Garden 2025-07-18 19:58:19 +08:00
parent 0d21f295ad
commit 0d966fe5b8
3 changed files with 33 additions and 15 deletions

View file

@ -8,18 +8,10 @@ with lib; {
# Configure the bootloader.
boot = {
# Enable secure boot.
bootspec.enable = true;
initrd.systemd.enable = true;
loader.systemd-boot.enable = mkForce false;
# Enable systemd-boot
loader.systemd-boot.enable = false;
loader.efi.canTouchEfiVariables = true;
lanzaboote = {
enable = true;
pkiBundle = "/var/lib/sbctl";
settings.timeout = 0;
};
# Enable quiet boot with splash
plymouth.enable = true;
consoleLogLevel = 3;