Enabled xserver

This commit is contained in:
Jan-Bulthuis 2025-04-17 22:31:56 +02:00
parent e6a8899c1f
commit 31f47d22d7
1 changed files with 5 additions and 2 deletions

View File

@ -73,10 +73,13 @@
};
# Set up Xpra
services.xserver.displayManager.xpra = {
services.xserver = {
enable = true;
displayManager.xpra = {
enable = true;
bindTcp = "0.0.0.0:10000";
};
};
# wprsd service
systemd.user.services.wprsd = {