forked from jan-leila/nix-config
		
	fixed headscale server url
This commit is contained in:
		
							parent
							
								
									e3990cb6d2
								
							
						
					
					
						commit
						9c05ba0593
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -101,7 +101,7 @@ | |||
|         address = "0.0.0.0"; | ||||
|         port = 8080; | ||||
|         settings = { | ||||
|           server_url = "${config.domains.headscale.subdomain}.${config.domains.base_domain}"; | ||||
|           server_url = "http://${config.domains.headscale.subdomain}.${config.domains.base_domain}"; | ||||
|           dns_config.base_domain = config.domains.base_domain; | ||||
|           logtail.enabled = false; | ||||
|         }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue