Added undervolting, lost my mind after losing 3h of customization

This commit is contained in:
Chloe Hawthorne
2025-02-25 15:32:51 +11:00
parent a794217908
commit 26d11dfdd6
4 changed files with 16 additions and 105 deletions

View File

@@ -89,6 +89,13 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 0;
# Undervolt
services.undervolt = {
enable = true;
coreOffset = -120;
gpuOffset = -85;
};
#Networking
networking.hostName = "xenia";
networking.networkmanager.enable = true;