MyNixOS website logo
option

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.

Declarations
Type
attribute set of (atom (null, bool, int, float or string))
Default
{ }
Example
{
  sunshine_name = "nixos";
}