Add headscale

This commit is contained in:
Natsu Kagami 2023-05-04 18:30:55 +02:00
parent 0e936ee2bb
commit b485be966a
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 90 additions and 2 deletions

View file

@ -172,6 +172,8 @@ in
# Firewall: only open to SSH now
networking.firewall.allowedTCPPorts = [ 22 ];
networking.firewall.allowedUDPPorts = [ 22 ];
# Enable tailscale
services.tailscale.enable = true;
## Time and Region
time.timeZone = "Europe/Zurich";