mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 04:39:32 -08:00
9 lines
146 B
Nix
9 lines
146 B
Nix
{config, lib, pkgs, ...}:
|
|
|
|
{
|
|
services.xrdp = {
|
|
enable = true;
|
|
defaultWindowManager = "startplasma-x11";
|
|
openFirewall = true;
|
|
};
|
|
}
|