nicks-nix-config/modules/xrdp.nix

10 lines
146 B
Nix
Raw Normal View History

{config, lib, pkgs, ...}:
{
services.xrdp = {
enable = true;
defaultWindowManager = "startplasma-x11";
openFirewall = true;
};
}