set cpu governor to ondemand
This commit is contained in:
		
							parent
							
								
									b5029ba672
								
							
						
					
					
						commit
						e971ef3cf3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -67,7 +67,7 @@ in {
 | 
				
			||||||
  # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
 | 
					  # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
 | 
				
			||||||
  networking.useDHCP = lib.mkDefault true;
 | 
					  networking.useDHCP = lib.mkDefault true;
 | 
				
			||||||
  # networking.interfaces.enp4s0.useDHCP = lib.mkDefault true;
 | 
					  # networking.interfaces.enp4s0.useDHCP = lib.mkDefault true;
 | 
				
			||||||
  powerManagement.cpuFreqGovernor = "powersave";
 | 
					  powerManagement.cpuFreqGovernor = "ondemand";
 | 
				
			||||||
  hardware.cpu.amd.updateMicrocode =
 | 
					  hardware.cpu.amd.updateMicrocode =
 | 
				
			||||||
    lib.mkDefault config.hardware.enableRedistributableFirmware;
 | 
					    lib.mkDefault config.hardware.enableRedistributableFirmware;
 | 
				
			||||||
  networking.hostName = "monolith"; # Define your hostname.
 | 
					  networking.hostName = "monolith"; # Define your hostname.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue