Removed display manager xpra
This commit is contained in:
parent
31f47d22d7
commit
268276ceb3
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue