add host info
This commit is contained in:
		
							parent
							
								
									c8ce212bef
								
							
						
					
					
						commit
						8c11c9336c
					
				
					 1 changed files with 11 additions and 1 deletions
				
			
		|  | @ -44,7 +44,17 @@ | ||||||
|   }; |   }; | ||||||
|    |    | ||||||
|   # Enable home-manager |   # Enable home-manager | ||||||
|   programs.home-manager.enable = true; |   programs = { | ||||||
|  |     home-manager.enable = true; | ||||||
|  |     ssh = { | ||||||
|  |       enable = true; | ||||||
|  |       matchBlocks = { | ||||||
|  |         "fuchsia" = { | ||||||
|  |           hostname = "192.168.1.101"; | ||||||
|  |         }; | ||||||
|  |       }; | ||||||
|  |     }; | ||||||
|  |   }; | ||||||
| 
 | 
 | ||||||
|   home = { |   home = { | ||||||
|     # Setup our user environment |     # Setup our user environment | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue