Merge branch 'master' of github.com:Kropatz/dotfiles

This commit is contained in:
Kopatz
2023-10-31 15:18:22 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -28,8 +28,6 @@ in
# storage optimization # storage optimization
nix.optimise.automatic = true; nix.optimise.automatic = true;
services.auto-cpufreq.enable = true;
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;

View File

@@ -25,5 +25,7 @@
# Enable thermald (only necessary if on Intel CPUs) # Enable thermald (only necessary if on Intel CPUs)
services.thermald.enable = true; services.thermald.enable = true;
# toggle tlp off if this is on
# services.auto-cpufreq.enable = true;
} }