test
This commit is contained in:
parent
27f34c11fe
commit
6f65e7d5c2
1 changed files with 1 additions and 2 deletions
|
@ -7,14 +7,13 @@
|
|||
|
||||
services.xrdp = {
|
||||
enable = true;
|
||||
defaultWindowManager = "gnome-shell";
|
||||
defaultWindowManager = "gnome-session";
|
||||
openFirewall = true;
|
||||
confDir = "/etc/xrdp/conf";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ xorg.xinit ];
|
||||
|
||||
|
||||
# XRDP needs IPv6 disabled to function.
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv6.conf.enp0s13f0u1.disable_ipv6" = true;
|
||||
|
|
Loading…
Reference in a new issue