test
This commit is contained in:
parent
73e9b6d385
commit
12a7e8f17c
1 changed files with 2 additions and 6 deletions
|
@ -7,14 +7,10 @@
|
|||
|
||||
services.xrdp = {
|
||||
enable = true;
|
||||
defaultWindowManager = "${pkgs.xfce}/bin/xfce4-session";
|
||||
defaultWindowManager = "${pkgs.xfce.xfce4-session}/bin/xfce4-session";
|
||||
openFirewall = true;
|
||||
# confDir = "/etc/xrdp/conf";
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.xrdp
|
||||
];
|
||||
};
|
||||
|
||||
# XRDP needs IPv6 disabled to function.
|
||||
boot.kernel.sysctl = {
|
||||
|
|
Loading…
Reference in a new issue