ssh-config: nixify flyingcircus SSH config
This commit is contained in:
		
							parent
							
								
									5f27edbd21
								
							
						
					
					
						commit
						61af7f0a99
					
				
					 1 changed files with 15 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -303,13 +303,21 @@ in
 | 
			
		|||
#      pinentryFlavor = "qt";
 | 
			
		||||
#    };
 | 
			
		||||
 | 
			
		||||
#  programs.ssh =
 | 
			
		||||
#    {
 | 
			
		||||
#      enable = true;
 | 
			
		||||
#      # ssh host config
 | 
			
		||||
#      matchBlocks =
 | 
			
		||||
#        import ./secrets/ssh_hosts.nix;
 | 
			
		||||
#    };
 | 
			
		||||
  programs.ssh =
 | 
			
		||||
    {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      # ssh host config
 | 
			
		||||
      matchBlocks = {
 | 
			
		||||
        "hydra01" = {
 | 
			
		||||
          hostname = "hydra01.fe.whq.fcio.net";
 | 
			
		||||
          user = "os";
 | 
			
		||||
        };
 | 
			
		||||
        "fcio-whq-jump" = {
 | 
			
		||||
          hostname = "vpn-whq.services.fcio.net";
 | 
			
		||||
          extraOptions.LogLevel = "Verbose";
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
  programs.tmux = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue