8 lines
No EOL
121 B
Nix
8 lines
No EOL
121 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
extraDaemonFlags = [ "--no-logs-no-support" ];
|
|
};
|
|
} |