forked from jan-leila/nix-config
		
	fixed advertised tags on clients
This commit is contained in:
		
							parent
							
								
									0d7da663ed
								
							
						
					
					
						commit
						2dfdb79f06
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -63,7 +63,7 @@ | ||||||
|       authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/horizon".path; |       authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/horizon".path; | ||||||
|       useRoutingFeatures = "client"; |       useRoutingFeatures = "client"; | ||||||
|       extraUpFlags = [ |       extraUpFlags = [ | ||||||
|         "--advertise-tags=tag:server,tag:static" |         "--advertise-tags=tag:client,tag:mobile" | ||||||
|       ]; |       ]; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
|  | @ -58,7 +58,7 @@ | ||||||
|       extraUpFlags = [ |       extraUpFlags = [ | ||||||
|         "--advertise-exit-node" |         "--advertise-exit-node" | ||||||
|         "--advertise-routes=192.168.0.0/24" |         "--advertise-routes=192.168.0.0/24" | ||||||
|         "--advertise-tags=tag:server,tag:static" |         "--advertise-tags=tag:client,tag:static" | ||||||
|       ]; |       ]; | ||||||
|       extraSetFlags = [ |       extraSetFlags = [ | ||||||
|         "--advertise-exit-node" |         "--advertise-exit-node" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue