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