5 lines
135 B
Nix
5 lines
135 B
Nix
{
|
|
services.xrdp.enable = true;
|
|
services.xrdp.defaultWindowManager = "startplasma-x11";
|
|
services.xrdp.openFirewall = true;
|
|
} |