nixos/hosts/server/tailscale.nix
2024-06-08 00:35:45 +02:00

2 lines
45 B
Nix

{ services.tailscale = { enable = true; }; }