4 lines
No EOL
115 B
Nix
4 lines
No EOL
115 B
Nix
{ ... }: {
|
|
services.gnome.gnome-remote-desktop.enable = true;
|
|
networking.firewall.allowedTCPPorts = [ 3389 ];
|
|
} |