added sunshine

This commit is contained in:
2025-06-08 22:57:15 +03:00
parent c0c1da930e
commit 0fba45e67f
6 changed files with 885 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
{ ... }:
{
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
}