This commit is contained in:
Julian Sutter 2023-03-16 13:31:55 -07:00
commit 66a4a6d66a
2 changed files with 6 additions and 63 deletions

View file

@ -23,4 +23,10 @@
pinentryFlavor = "qt";
enableSSHSupport = true;
};
# RDP
services.xrdp.enable = true;
services.xrdp.defaultWindowManager = "startplasma-x11";
networking.firewall.allowedTCPPorts = [ 3389 ];
services.xrdp.openFirewall = true;
}