test
This commit is contained in:
parent
ec7e1810dd
commit
318820f3eb
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
||||||
# confDir = "/etc/xrdp/conf";
|
# confDir = "/etc/xrdp/conf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.xrdp
|
||||||
|
pkgs.xorg.xinit
|
||||||
|
];
|
||||||
|
|
||||||
# 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