services.moonraker.settings
NixOS option
Configuration for Moonraker. See the documentation for supported values.
type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a non-empty list of them)Default
{ }Example
declared in: nixos/modules/services/misc/moonraker.nixView source on NixOS/nixpkgs →{
authorization = {
cors_domains = [
"https://app.fluidd.xyz"
"https://my.mainsail.xyz"
];
trusted_clients = [
"10.0.0.0/24"
];
};
}