MyNixOS website logo
option

services.rmfakecloud.extraSettings

Extra settings in the form of a set of key-value pairs. For tokens and secrets, use environmentFile instead.

Available settings are listed on https://ddvk.github.io/rmfakecloud/install/configuration/.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  DATADIR = "/custom/path/for/rmfakecloud/data";
}