Add firewall rule for gnome-remote-desktop

This commit is contained in:
iFargle 2023-07-13 21:07:53 +09:00
parent a24cacc895
commit 6aa5b7e73f

View file

@ -59,6 +59,9 @@
gnome-remote-desktop.enable = true; gnome-remote-desktop.enable = true;
}; };
# Set the firewall ports for gnome-remote-desktop:
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 3389 ];
# https://nixos.wiki/wiki/GNOME # https://nixos.wiki/wiki/GNOME
# Remove unwanted packages # Remove unwanted packages