This commit is contained in:
kenji
2025-07-23 17:55:04 -05:00
parent 1bb5ea283f
commit 2bede8d2bc
+1 -3
View File
@@ -29,10 +29,8 @@ in {
capabilities = "cap_sys_admin+p";
source = "${pkgs.sunshine}/bin/sunshine";
};
systemd.services.sunshine = {
systemd.user.services.sunshine = {
description = "Sunshine self-hosted game stream host for Moonlight";
after = ["network-online.target" "multi-user.target"];
wantedBy = ["multi-user.target"];
startLimitBurst = 5;
startLimitIntervalSec = 500;
serviceConfig = {