mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Add UEFI bootloader configuration for laptop
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user