diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-08 14:13:31 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-08 14:13:31 +0200 |
commit | ecaf5df80adb914875ff926410e9226d72f8fa05 (patch) | |
tree | 28548d3b2ffad3657c3de82ca6d3d0e97957002a /nixos/services/tailscale.service.nix | |
parent | 7d88765f5dc8555e548c8a5b320baec2b3f3f3d1 (diff) | |
download | nixos-configuration-ecaf5df80adb914875ff926410e9226d72f8fa05.tar.gz nixos-configuration-ecaf5df80adb914875ff926410e9226d72f8fa05.tar.bz2 nixos-configuration-ecaf5df80adb914875ff926410e9226d72f8fa05.zip |
chore(fmt): use nixpkgs-fmt
Diffstat (limited to 'nixos/services/tailscale.service.nix')
-rw-r--r-- | nixos/services/tailscale.service.nix | 7 |
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; |