aboutsummaryrefslogtreecommitdiff
path: root/nixos/services/tailscale.service.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/services/tailscale.service.nix')
-rw-r--r--nixos/services/tailscale.service.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/nixos/services/tailscale.service.nix b/nixos/services/tailscale.service.nix
index d0fbde1..d373aa9 100644
--- a/nixos/services/tailscale.service.nix
+++ b/nixos/services/tailscale.service.nix
@@ -1,7 +1,6 @@
-{
- pkgs,
- config,
- ...
+{ pkgs
+, config
+, ...
}: {
services.tailscale = {
enable = true;