Merge branch 'master' of github.com:Kropatz/dotfiles
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user