Compare commits
	
		
			2 commits
		
	
	
		
			5a8b5a29a2
			...
			1b3a130561
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1b3a130561 | |||
| 62e5c673c5 | 
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -33,4 +33,7 @@
 | 
				
			||||||
  # servers. You should change this only after NixOS release notes say you
 | 
					  # servers. You should change this only after NixOS release notes say you
 | 
				
			||||||
  # should.
 | 
					  # should.
 | 
				
			||||||
  system.stateVersion = "18.09"; # Did you read the comment?
 | 
					  system.stateVersion = "18.09"; # Did you read the comment?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # since 25.05, this broke and started to slow down system startup. tpm is currently not utilised on this host, so simply disable.
 | 
				
			||||||
 | 
					  security.tpm2.enable = false;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,7 +21,6 @@
 | 
				
			||||||
  boot.extraModulePackages = [ ];
 | 
					  boot.extraModulePackages = [ ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  nix.settings.max-jobs = lib.mkDefault 4;
 | 
					  nix.settings.max-jobs = lib.mkDefault 4;
 | 
				
			||||||
  powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # modesetting is always better than intel (legacy)
 | 
					  # modesetting is always better than intel (legacy)
 | 
				
			||||||
  services.xserver.videoDrivers = [ "modesetting" ];
 | 
					  services.xserver.videoDrivers = [ "modesetting" ];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue