fix: enable a bunch of startups for sshd
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
		
							parent
							
								
									332fa23d98
								
							
						
					
					
						commit
						c311ccf80a
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -33,6 +33,9 @@ in | |||
|     # Makes the computer go faster. | ||||
|     nixos.jobserver.enable = true; | ||||
| 
 | ||||
|     # Avoid weird failures for builders. | ||||
|     services.openssh.settings.MaxStartups = 100; | ||||
| 
 | ||||
|     # Memory accounting techniques | ||||
|     systemd.services.nix-daemon.serviceConfig = { | ||||
|       MemoryAccounting = true; | ||||
|  |  | |||
		Reference in a new issue