added tailscale

This commit is contained in:
Aly Raffauf 2024-02-29 17:37:41 -05:00
parent c89839e065
commit 9db47c1f7f

View file

@ -10,6 +10,9 @@
# Enable networking
networking.networkmanager.enable = true;
# Enable tailscale
services.tailscale.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
@ -22,6 +25,7 @@
services.avahi.publish.enable = true;
services.avahi.publish.addresses = true;
services.avahi.publish.workstation = true;
# for a WiFi printer
services.avahi.openFirewall = true;