diff --git a/nixos-infect b/nixos-infect index 724b00d..5b38eff 100644 --- a/nixos-infect +++ b/nixos-infect @@ -94,6 +94,7 @@ makeConf() { caddy ]; services.openssh.enable = true; + services.tailscale.enable = true; # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];