tailscaled: silence logs by default

it works.
This commit is contained in:
2023-10-22 20:14:25 +03:00
parent ab5b489300
commit 35145243bd
5 changed files with 5 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ in {
# https://github.com/tailscale/tailscale/issues/1548
silenceLogs = mkOption {
type = bool;
default = false;
default = true;
};
};