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

@@ -65,12 +65,9 @@
};
services = {
tailscale.enable = true;
node_exporter.enable = true;
sshguard.enable = true;
tailscale = {
enable = true;
silenceLogs = true;
};
certget = {
enable = true;