WS-KCNHUB/machines/kcnhub/services/xrdp.nix

6 lines
158 B
Nix
Raw Permalink Normal View History

2023-07-28 11:21:51 -04:00
{ config, lib, pkgs, ... }: {
2023-07-28 12:23:02 -04:00
services.xrdp.enable = true;
services.xrdp.defaultWindowManager = "startplasma-x11";
services.xrdp.openFirewall = true;
2023-07-28 11:21:51 -04:00
}