nix/nixos/hosts/framework-server/xrdp.nix
2023-12-04 17:25:02 +09:00

7 lines
No EOL
198 B
Nix

{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: {
services.xrdp = {
enable = true;
openFirewall = true;
defaultWindowManager = "gnome-shell";
};
}