change extraUpFlags to extraSetFlags across the board

This commit is contained in:
2025-11-04 23:18:56 -06:00
parent f49978d587
commit 610513edb7
2 changed files with 3 additions and 3 deletions

View File

@@ -19,11 +19,11 @@ in {
authKeyFile = authkey_file;
extraSetFlags = [
"--advertise-routes=10.10.0.10/32" # advertise self
];
extraUpFlags = [
"--accept-routes=false" # true is equilivant to useRoutingFeatures = "client" (breaks shit)
"--accept-dns=true" # explicitly allow resolved
];
extraUpFlags = [
];
};
# network config

View File

@@ -16,7 +16,7 @@ in {
enable = true;
useRoutingFeatures = "both";
#authKeyFile = authkey_file;
extraUpFlags = [
extraSetFlags = [
"--accept-routes=true" # true is equilivant to useRoutingFeatures = "client" (breaks shit)
"--accept-dns=true" # explicitly allow resolved
];