nixos-configs/hosts/common/global/tailscale.nix
2025-05-06 18:45:27 -04:00

5 lines
60 B
Nix

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