7 lines
No EOL
198 B
Nix
7 lines
No EOL
198 B
Nix
{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
|
services.xrdp = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
defaultWindowManager = "gnome-shell";
|
|
};
|
|
} |