nixos/desktop/xrdp.nix

8 lines
109 B
Nix

{...}: {
imports = [./xserver.nix];
services.xrdp = {
enable = true;
openFirewall = true;
};
}