mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-16 03:08:38 +11:00
Added undervolting, lost my mind after losing 3h of customization
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user