services.meshcentral.settings
NixOS option
Settings for MeshCentral. Refer to upstream documentation for details: JSON Schema definition simple sample configuration complex sample configuration Old homepage with documentation link
type: open submodule of attribute set of (JSON value)Example
declared in: nixos/modules/services/admin/meshcentral.nixView source on NixOS/nixpkgs →{
domains = {
"" = {
certUrl = "https://meshcentral.example.com/";
};
};
settings = {
Cert = "meshcentral.example.com";
Port = 4430;
TlsOffload = "10.0.0.2,fd42::2";
WANonly = true;
};
}