This commit is contained in:
iFargle 2023-12-04 20:49:23 +09:00
parent 27f34c11fe
commit 6f65e7d5c2

View file

@ -7,14 +7,13 @@
services.xrdp = { services.xrdp = {
enable = true; enable = true;
defaultWindowManager = "gnome-shell"; defaultWindowManager = "gnome-session";
openFirewall = true; openFirewall = true;
confDir = "/etc/xrdp/conf"; confDir = "/etc/xrdp/conf";
}; };
environment.systemPackages = with pkgs; [ xorg.xinit ]; 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;