mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
9 lines
163 B
Nix
9 lines
163 B
Nix
{
|
|
services = {
|
|
xrdp = {
|
|
enable = true;
|
|
defaultWindowManager = "/run/current-system/sw/bin/gnome-shell";
|
|
openFirewall = true;
|
|
};
|
|
};
|
|
}
|