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

This commit is contained in:
Mohamed Chrayed 2024-10-04 10:08:03 +02:00
parent 06846c0b0b
commit 6aee8941b2
2 changed files with 0 additions and 11 deletions

View File

@ -62,7 +62,6 @@
./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

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