Sunshine: Difference between revisions

Dmchmk (talk | contribs)
No edit summary
Line 6: Line 6:
To install Sunshine and enable it you can use the following snippet:
To install Sunshine and enable it you can use the following snippet:


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|3=<nowiki>
   services.sunshine = {
   services.sunshine = {
     enable = true;
     enable = true;
Line 13: Line 13:
     openFirewall = true;
     openFirewall = true;
   };
   };
</nowiki>}}
</nowiki>|name=/etc/nixos/configuration.nix|lang=nix}}


== Connecting to the host ==
== Connecting to the host ==