setup tailscale on katana

This commit is contained in:
specCon18 2023-07-29 14:21:02 -04:00
parent 3826c8ab0f
commit daca60aa85
4 changed files with 13 additions and 1 deletions

View file

@ -6,6 +6,7 @@
hostName = "katana"; # Define your hostname.
networkmanager.enable = true; #Enable Network Manager
firewall = {
checkReversePath = "loose";
allowedTCPPorts = [];
allowedUDPPorts = [];
};