❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

change to powersave

+5
+5
hosts/polecat/configuration.nix
··· 58 58 ]; 59 59 }; 60 60 61 + powerManagement = { 62 + cpuFreqGovernor = "powersave"; 63 + powertop.enable = true; 64 + }; 65 + 61 66 system.stateVersion = "24.11"; 62 67 }