Removed wprsd service

This commit is contained in:
Jan-Bulthuis 2025-04-23 14:21:17 +02:00
parent c28b56fc63
commit 7d806c7548

View File

@ -88,22 +88,6 @@
];
};
# wprsd service
systemd.user.services.wprsd = {
description = "wprsd Service";
wantedBy = [ "default.target" ];
after = [ "network.target" ];
unitConfig = {
ConditionUser = "mixer";
};
serviceConfig = {
ExecStart = "${pkgs.bash}/bin/bash -l -c wprsd --enable-xwayland=true"; # Use login shell to inherit environment
Environment = "\"RUST_BACKTRACE=full\"";
Restart = "always";
RestartSec = 5;
};
};
# Xpra service
systemd.user.services.xpra = {
description = "Xpra Service";