Update dependencies

This commit is contained in:
Charlotte Van Petegem 2023-01-06 19:24:26 +01:00
parent c2db34d3ab
commit 311c4fbae4
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 26 additions and 25 deletions

View file

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