added luj's remote builders
This commit is contained in:
		
							parent
							
								
									5e9b7b7732
								
							
						
					
					
						commit
						c898d56781
					
				
					 1 changed files with 36 additions and 0 deletions
				
			
		
							
								
								
									
										36
									
								
								modules/ssh-cursed.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								modules/ssh-cursed.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,36 @@
 | 
			
		|||
{
 | 
			
		||||
  programs.ssh.extraConfig = ''
 | 
			
		||||
        Host telecom-bastion
 | 
			
		||||
    		HostName ssh.enst.fr
 | 
			
		||||
    		User jmalka
 | 
			
		||||
                IdentityFile /home/luj/.ssh/id_ed25519
 | 
			
		||||
 | 
			
		||||
        Host lame11
 | 
			
		||||
    		Hostname lame11.enst.fr
 | 
			
		||||
    		User nix-remote-builder
 | 
			
		||||
    		ProxyJump telecom-bastion
 | 
			
		||||
                IdentityFile /home/luj/.ssh/id_ed25519
 | 
			
		||||
        Host lame10
 | 
			
		||||
    		Hostname lame10.enst.fr
 | 
			
		||||
    		User nix-remote-builder
 | 
			
		||||
    		ProxyJump telecom-bastion
 | 
			
		||||
                IdentityFile /home/luj/.ssh/id_ed25519
 | 
			
		||||
        Host lame12
 | 
			
		||||
    		Hostname lame12.enst.fr
 | 
			
		||||
    		User nix-remote-builder
 | 
			
		||||
    		ProxyJump telecom-bastion
 | 
			
		||||
                IdentityFile /home/luj/.ssh/id_ed25519
 | 
			
		||||
        Host lame16
 | 
			
		||||
    		Hostname lame16.enst.fr
 | 
			
		||||
    		User nix-remote-builder
 | 
			
		||||
    		ProxyJump telecom-bastion
 | 
			
		||||
                IdentityFile /home/luj/.ssh/id_ed25519
 | 
			
		||||
        Host lame17
 | 
			
		||||
    		Hostname lame17.enst.fr
 | 
			
		||||
    		User nix-remote-builder
 | 
			
		||||
    		ProxyJump telecom-bastion
 | 
			
		||||
                IdentityFile /home/luj/.ssh/id_ed25519
 | 
			
		||||
 | 
			
		||||
  '';
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in a new issue