add sunshine

This commit is contained in:
Mohamed Chrayed 2024-10-06 14:00:57 +02:00
parent ff6479d1e1
commit fb5a38a024
2 changed files with 10 additions and 0 deletions

View File

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

View File

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