From 368b3040c34dd76324770012b24b8a8eaf7a7b03 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 24 Aug 2024 12:19:51 -0700 Subject: [PATCH] Add sunshine to z790prors --- machines/z790prors/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/machines/z790prors/configuration.nix b/machines/z790prors/configuration.nix index be7290e..d216fbd 100644 --- a/machines/z790prors/configuration.nix +++ b/machines/z790prors/configuration.nix @@ -154,6 +154,12 @@ in #extraPkgs = pkgs: [ bumblebee glxinfo ]; #}; }; + services.sunshine = { + enable = true; + autoStart = true; + capSysAdmin = true; + openFirewall = true; + }; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];