4 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   services.ssh.port = 23;
 | |
|   services.ssh = { enable = true; };
 | |
| }
 | 
| {
 | |
|   services.ssh.port = 23;
 | |
|   services.ssh = { enable = true; };
 | |
| }
 |