Change hostname
This commit is contained in:
		
							parent
							
								
									7400cecd8e
								
							
						
					
					
						commit
						3ff323ccca
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -19,7 +19,8 @@ in | |||
|   system.stateVersion = "23.11"; | ||||
| 
 | ||||
|   networking = { | ||||
|     hostName = "nixos-vpn"; | ||||
|     hostName = "vpn"; | ||||
|     domain = "sudoer777.dev"; | ||||
|   }; | ||||
| 
 | ||||
|   services.openssh = { | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ module "deploy" { | |||
|   nixos_partitioner_attr = ".#nixosConfigurations.vpn.config.system.build.diskoScriptNoDeps" | ||||
|   target_host            = hcloud_server.nixos_vpn.ipv4_address | ||||
|   instance_id            = hcloud_server.nixos_vpn.id | ||||
|   debug_logging = true | ||||
|   debug_logging          = true | ||||
| } | ||||
| 
 | ||||
| locals { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue