nix/nixos/hosts/framework-server/xrdp.nix

7 lines
198 B
Nix
Raw Normal View History

2023-12-04 09:25:02 +01:00
{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: {
services.xrdp = {
enable = true;
openFirewall = true;
defaultWindowManager = "gnome-shell";
};
}