6 lines
		
	
	
	
		
			50 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			50 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ ... }:
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ./openssh.nix
 | 
						|
  ];
 | 
						|
}
 | 
						
{ ... }:
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ./openssh.nix
 | 
						|
  ];
 | 
						|
}
 |