added extra tailscale config
This commit is contained in:
		
							parent
							
								
									6c6f9a11bc
								
							
						
					
					
						commit
						186dd689eb
					
				
					 3 changed files with 17 additions and 3 deletions
				
			
		|  | @ -55,9 +55,15 @@ | |||
|       enable = true; | ||||
|       authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/twilight".path; | ||||
|       useRoutingFeatures = "both"; | ||||
|       extraUpFlags = ["--advertise-exit-node"]; | ||||
|       extraUpFlags = [ | ||||
|         "--advertise-exit-node" | ||||
|         "--advertise-routes=192.168.0.0/24" | ||||
|         "--advertise-tags=tag:leyla,tag:server,tag:static" | ||||
|       ]; | ||||
|       extraSetFlags = [ | ||||
|         "--advertise-exit-node" | ||||
|         "--advertise-routes=192.168.0.0/24" | ||||
|         "--advertise-tags=tag:leyla,tag:server,tag:static" | ||||
|       ]; | ||||
|     }; | ||||
|   }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue