Add UEFI bootloader configuration for laptop

This commit is contained in:
2025-10-05 03:27:48 +01:00
parent 5e46db9dfb
commit 7ff7ac016d

View File

@@ -8,6 +8,11 @@
networking.hostName = "laptop"; networking.hostName = "laptop";
# UEFI bootloader configuration (systemd-boot)
boot.loader.systemd-boot.enable = true;
# Allow writing EFI variables (required to install the loader)
boot.loader.efi.canTouchEfiVariables = true;
# Host-specific tweaks # Host-specific tweaks
powerManagement.powertop.enable = true; # example: laptop power savings powerManagement.powertop.enable = true; # example: laptop power savings
services.tlp.enable = true; services.tlp.enable = true;