diff --git a/hosts/frues-pc/default.nix b/hosts/frues-pc/default.nix index ee45e16..5bf44fb 100644 --- a/hosts/frues-pc/default.nix +++ b/hosts/frues-pc/default.nix @@ -18,4 +18,12 @@ rocmPackages.clr.icd amdvlk ]; + + # It is an open-source implementation of Nvidia’s Moonlight game streaming application + services.sunshine = { + enable = true; + autoStart = true; + capSysAdmin = true; + openFirewall = true; + }; }