diff options
Diffstat (limited to 'nixos/services/tailscale.service.nix')
-rw-r--r-- | nixos/services/tailscale.service.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/services/tailscale.service.nix b/nixos/services/tailscale.service.nix index d373aa9..0b7e27a 100644 --- a/nixos/services/tailscale.service.nix +++ b/nixos/services/tailscale.service.nix @@ -1,6 +1,4 @@ -{ pkgs -, config -, ... +{ ... }: { services.tailscale = { enable = true; |