add sunshine streaming
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-10-04 09:55:04 +02:00
parent 56f212ec83
commit 06846c0b0b
2 changed files with 11 additions and 0 deletions

View File

@ -62,6 +62,7 @@
./modules/system/lact
./modules/system/retrodeck
./modules/system/steam
./modules/system/sunshine-${hostName}
];
serverSystemModules = [

View File

@ -0,0 +1,10 @@
{ ... }:
{
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
}