tailscale: add --no-logs-no-support daemon flag
This commit is contained in:
parent
1f48073c50
commit
fbc2fb3586
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
extraDaemonFlags = [ "--no-logs-no-support" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue