test
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user