Add firewall rule for gnome-remote-desktop
This commit is contained in:
parent
a24cacc895
commit
6aa5b7e73f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue