Add headscale
This commit is contained in:
parent
0e936ee2bb
commit
b485be966a
4 changed files with 90 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue