6 lines
158 B
Nix
6 lines
158 B
Nix
|
{ config, lib, pkgs, ... }: {
|
||
|
services.xrdp.enable = true;
|
||
|
services.xrdp.defaultWindowManager = "startplasma-x11";
|
||
|
services.xrdp.openFirewall = true;
|
||
|
}
|