Added sunshine configuration

This commit is contained in:
2024-06-17 11:49:58 +02:00
parent 469f57c2d8
commit 2f6af8c9ae
4 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{ ..., pkgs }:
{
services.sunshine = {
enable = true;
package = pkgs.unstable.sunshine;
autostart = true;
capSysAdmin = true;
openFirewall = true;
};
}