forked from jan-leila/nix-config
		
	set use routing features for tailscale
This commit is contained in:
		
							parent
							
								
									d4f3820e25
								
							
						
					
					
						commit
						70fb2d9be2
					
				
					 3 changed files with 3 additions and 0 deletions
				
			
		|  | @ -161,6 +161,7 @@ | ||||||
|     tailscale = { |     tailscale = { | ||||||
|       enable = true; |       enable = true; | ||||||
|       authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/defiant".path; |       authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/defiant".path; | ||||||
|  |       useRoutingFeatures = "server"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -62,6 +62,7 @@ | ||||||
|     tailscale = { |     tailscale = { | ||||||
|       enable = true; |       enable = true; | ||||||
|       authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/horizon".path; |       authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/horizon".path; | ||||||
|  |       useRoutingFeatures = "client"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -45,6 +45,7 @@ | ||||||
|     tailscale = { |     tailscale = { | ||||||
|       enable = true; |       enable = true; | ||||||
|       authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/twilight".path; |       authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/twilight".path; | ||||||
|  |       useRoutingFeatures = "both"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|   programs.steam = { |   programs.steam = { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue