This commit is contained in:
iFargle 2023-12-05 21:41:12 +09:00
parent ec7e1810dd
commit 318820f3eb

View file

@ -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;