ssh: update hostnames
This commit is contained in:
		
							parent
							
								
									f4b83a82e2
								
							
						
					
					
						commit
						9184709d1f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6,12 +6,12 @@ in {
 | 
				
			||||||
    programs.ssh.matchBlocks = {
 | 
					    programs.ssh.matchBlocks = {
 | 
				
			||||||
      monolith = {
 | 
					      monolith = {
 | 
				
			||||||
        user = "lelgenio";
 | 
					        user = "lelgenio";
 | 
				
			||||||
        hostname = "lelgenio.1337.cx";
 | 
					        hostname = "monolith.lelgenio.com";
 | 
				
			||||||
        port = 9022;
 | 
					        port = 9022;
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      phantom = {
 | 
					      phantom = {
 | 
				
			||||||
        user = "root";
 | 
					        user = "root";
 | 
				
			||||||
        hostname = "phantom.lelgenio.xyz";
 | 
					        hostname = "phantom.lelgenio.com";
 | 
				
			||||||
        port = 9022;
 | 
					        port = 9022;
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue