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 = [ ... ];