Added sunshine configuration
This commit is contained in:
11
modules/system/programs/sunshine.nix
Normal file
11
modules/system/programs/sunshine.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ..., pkgs }:
|
||||
|
||||
{
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.sunshine;
|
||||
autostart = true;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user