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/latest/md_docs_2configuration.html for syntax.

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