services.conman.config
NixOS option
The configuration object. Either configFile or config must be specified. See https://github.com/dun/conman/wiki/Man-5-conman.conf#files.
type: null or strings concatenated with "\n"Default
null
Example
declared in: nixos/modules/services/misc/conman.nixView source on NixOS/nixpkgs →'' server coredump=off server keepalive=on server loopback=off server timestamp=1h # global config global log="/var/log/conman/%N.log" global seropts="9600,8n1" global ipmiopts="U:<user>,P:<password>" ''