Enabled sunshine

This commit is contained in:
2025-02-22 16:17:19 +01:00
parent 9a08ed5dff
commit 690daec6fa
3 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ in {
config = mkIf cfg.enable {
services.sunshine = {
enable = true;
package = pkgs.unstable.sunshine.override { cudaSupport = true; };
package = pkgs.unstable.sunshine;
autoStart = true;
capSysAdmin = true;
openFirewall = true;