services.sunshine.settings

Settings to be rendered into the configuration file. If this is set, no configuration is possible from the web UI.

See <https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/advanced_usage.html#configuration for syntax>.

Type
open submodule of attribute set of (atom (null, bool, int, float or string))
Default
{ }
Example
{
  sunshine_name = "nixos";
}
Declared
<nixpkgs/nixos/modules/services/networking/sunshine.nix>