From 976db93859f6fc643c8b59fe1116c316bfdbc3e8 Mon Sep 17 00:00:00 2001 From: samoht9277 Date: Wed, 7 Feb 2024 17:20:32 -0300 Subject: [PATCH] Added tailscale. --- nixos-infect | 1 + 1 file changed, 1 insertion(+) 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 = [ ... ];