This commit is contained in:
iFargle 2023-12-04 21:36:22 +09:00
parent db207cc900
commit fa14d8fb59

View file

@ -9,11 +9,8 @@
enable = true; enable = true;
defaultWindowManager = "gnome-session"; defaultWindowManager = "gnome-session";
openFirewall = true; openFirewall = true;
confDir = "/etc/xrdp/conf";
}; };
environment.systemPackages = with 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;