Add xrdp bump patch

This commit is contained in:
Charlotte Van Petegem 2023-01-07 17:17:15 +01:00
parent 65615674fc
commit 9f27edbbf6
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 422 additions and 5 deletions

View file

@ -29,10 +29,9 @@
allowedTCPPorts = [ 20595 ];
allowedUDPPorts = [ 20595 ];
};
# Security issues, find suitable alternative
# services.xrdp = lib.mkIf config.chvp.games.zeroad.server {
# enable = true;
# defaultWindowManager = "${pkgs.icewm}/bin/icewm";
# };
services.xrdp = lib.mkIf config.chvp.games.zeroad.server {
enable = true;
defaultWindowManager = "${pkgs.icewm}/bin/icewm";
};
};
}