services.nezha-agent.settings.uuid

NixOS option

Must be set to a unique identifier, preferably a UUID according to RFC 4122. UUIDs can be generated with uuidgen command, found in the util-linux package. Set services.nezha-agent.genUuid to true to generate uuid from networking.fqdn automatically.

type: null or string
Default
null
Example
"6ba7b810-9dad-11d1-80b4-00c04fd430c8"
declared in: nixos/modules/services/monitoring/nezha-agent.nixView source on NixOS/nixpkgs →