add sunshine/moonlight streaming

This commit is contained in:
Sean Kovacs 2025-12-04 13:39:41 -05:00
commit f35d65f94d
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 9 additions and 0 deletions

View file

@ -36,6 +36,8 @@
''; '';
}) })
) )
moonlight-qt
]; ];
programs.plasma = { programs.plasma = {

View file

@ -53,4 +53,11 @@
open = false; open = false;
package = pkgs.linuxPackages.nvidiaPackages.stable; package = pkgs.linuxPackages.nvidiaPackages.stable;
}; };
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
} }