feat(x1): open firewall ports for remote desktop
- Allowed TCP and UDP port 3389 in the firewall configuration. - Ensures proper functionality of gnome-remote-desktop on the x1 system.
This commit is contained in:
parent
296aac6864
commit
1ae46cd7b8
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,8 @@ with lib.metacfg;
|
||||||
systemd.services.gnome-remote-desktop = {
|
systemd.services.gnome-remote-desktop = {
|
||||||
wantedBy = [ "graphical.target" ];
|
wantedBy = [ "graphical.target" ];
|
||||||
};
|
};
|
||||||
|
networking.firewall.allowedTCPPorts = [ 3389 ];
|
||||||
|
networking.firewall.allowedUDPPorts = [ 3389 ];
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
LIBVA_DRIVER_NAME = "iHD";
|
LIBVA_DRIVER_NAME = "iHD";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue