test
This commit is contained in:
@@ -29,10 +29,8 @@ in {
|
|||||||
capabilities = "cap_sys_admin+p";
|
capabilities = "cap_sys_admin+p";
|
||||||
source = "${pkgs.sunshine}/bin/sunshine";
|
source = "${pkgs.sunshine}/bin/sunshine";
|
||||||
};
|
};
|
||||||
systemd.services.sunshine = {
|
systemd.user.services.sunshine = {
|
||||||
description = "Sunshine self-hosted game stream host for Moonlight";
|
description = "Sunshine self-hosted game stream host for Moonlight";
|
||||||
after = ["network-online.target" "multi-user.target"];
|
|
||||||
wantedBy = ["multi-user.target"];
|
|
||||||
startLimitBurst = 5;
|
startLimitBurst = 5;
|
||||||
startLimitIntervalSec = 500;
|
startLimitIntervalSec = 500;
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|||||||
Reference in New Issue
Block a user