tailscale: silence logs on some machines

This commit is contained in:
2023-09-14 14:37:55 +03:00
parent aad4502030
commit 9eb8147660
7 changed files with 42 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
config,
lib,
pkgs,
lib,
pkgs,
...
}: {
imports = [
@@ -18,6 +18,7 @@
./snmp_exporter
./sshguard
./syncthing
./tailscale
./zfsunlock
];
}