Make sunshine part of the gaming module
Some checks failed
Flake check / check (push) Has been cancelled
Update `flake.lock` / update_lockfile (push) Has been cancelled

This commit is contained in:
Pedro Rey Anca 2025-11-29 16:28:07 +01:00
parent e98f52df85
commit 3a00c22480
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
2 changed files with 10 additions and 8 deletions

View file

@ -11,4 +11,11 @@
programs.gamemode.enable = true;
services.joycond.enable = true;
services.sunshine = {
enable = true;
autoStart = lib.mkDefault false;
capSysAdmin = true;
openFirewall = true;
};
}