MyNixOS website logo
option

services.sstorytime.settings

Environment for the service and sstorytime-run. Null values are omitted. Extra freeform keys are passed through as additional environment variables.

Declarations
Type
open submodule of attribute set of (null or string)
Default
{ }
Example
{
  POSTGRESQL_URI = "postgresql://sstoryline@/sstoryline?host=/run/postgresql";
}