nixos/modules/base/tailscale.nix
2025-12-12 03:38:32 +01:00

3 lines
43 B
Nix

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