Common/tailscale: disable logging
This commit is contained in:
parent
2abeee6dbe
commit
ae8471345d
1 changed files with 4 additions and 0 deletions
|
|
@ -5,4 +5,8 @@
|
|||
enable = true;
|
||||
useRoutingFeatures = lib.mkDefault "client";
|
||||
};
|
||||
|
||||
systemd.services.tailscaled.environment = {
|
||||
TS_NO_LOGS_NO_SUPPORT = "true";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue