system/tailscale: filter out derp warning spam
This commit is contained in:
parent
d64c23ce97
commit
985b617be1
1 changed files with 3 additions and 0 deletions
|
|
@ -10,4 +10,7 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
useRoutingFeatures = if config.me.environment == "headless" then "both" else "client";
|
useRoutingFeatures = if config.me.environment == "headless" then "both" else "client";
|
||||||
};
|
};
|
||||||
|
systemd.services.tailscaled.serviceConfig.LogFilterPatterns = [
|
||||||
|
"~magicsock.*does not know about peer.*removing route"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue