removed all advertise tags comments
This commit is contained in:
parent
759390af8d
commit
ba5d5a1487
|
@ -146,7 +146,6 @@
|
|||
"--advertise-exit-node"
|
||||
"--advertise-routes=192.168.0.0/24"
|
||||
"--accept-dns=false"
|
||||
# "--advertise-tags=tag:server,tag:static"
|
||||
];
|
||||
extraSetFlags = [
|
||||
"--advertise-exit-node"
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
enable = true;
|
||||
authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/horizon".path;
|
||||
useRoutingFeatures = "client";
|
||||
extraUpFlags = [
|
||||
# "--advertise-tags=tag:client,tag:mobile"
|
||||
];
|
||||
};
|
||||
|
||||
syncthing.enable = true;
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
extraUpFlags = [
|
||||
"--advertise-exit-node"
|
||||
"--advertise-routes=192.168.0.0/24"
|
||||
# "--advertise-tags=tag:client,tag:static"
|
||||
];
|
||||
extraSetFlags = [
|
||||
"--advertise-exit-node"
|
||||
|
|
Loading…
Reference in a new issue