Removed display manager xpra

This commit is contained in:
Jan-Bulthuis 2025-04-17 23:58:45 +02:00
parent 31f47d22d7
commit 268276ceb3
1 changed files with 1 additions and 19 deletions

View File

@ -25,6 +25,7 @@
environment.systemPackages = with pkgs; [
carla
wprs
xpra
xwayland
alsa-utils
pulsemixer
@ -36,16 +37,6 @@
cardinal
];
# Set up firewall
networking.firewall = {
allowedTCPPorts = [
10000
];
allowedUDPPorts = [
10000
];
};
# Setup dependencies
environment.variables.LD_LIBRARY_PATH = lib.mkForce "${lib.makeLibraryPath (
with pkgs;
@ -72,15 +63,6 @@
];
};
# Set up Xpra
services.xserver = {
enable = true;
displayManager.xpra = {
enable = true;
bindTcp = "0.0.0.0:10000";
};
};
# wprsd service
systemd.user.services.wprsd = {
description = "wprsd Service";