services.rmfakecloud.extraSettings

NixOS option

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/.

type: attribute set of string
Default
{ }
Example
{
  DATADIR = "/custom/path/for/rmfakecloud/data";
}
declared in: nixos/modules/services/misc/rmfakecloud.nixView source on NixOS/nixpkgs →