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; [ environment.systemPackages = with pkgs; [
carla carla
wprs wprs
xpra
xwayland xwayland
alsa-utils alsa-utils
pulsemixer pulsemixer
@ -36,16 +37,6 @@
cardinal cardinal
]; ];
# Set up firewall
networking.firewall = {
allowedTCPPorts = [
10000
];
allowedUDPPorts = [
10000
];
};
# Setup dependencies # Setup dependencies
environment.variables.LD_LIBRARY_PATH = lib.mkForce "${lib.makeLibraryPath ( environment.variables.LD_LIBRARY_PATH = lib.mkForce "${lib.makeLibraryPath (
with pkgs; 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 # wprsd service
systemd.user.services.wprsd = { systemd.user.services.wprsd = {
description = "wprsd Service"; description = "wprsd Service";