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 stringDefault
{ }Example
declared in: nixos/modules/services/misc/rmfakecloud.nixView source on NixOS/nixpkgs →{
DATADIR = "/custom/path/for/rmfakecloud/data";
}