nixseparatedebuginfod
Options
Section titled “Options”services.nixseparatedebuginfod.enable
Section titled “services.nixseparatedebuginfod.enable”Whether to enable nixseparatedebuginfod.
Type: boolean
Default:
falseExample:
trueDeclared by:
services.nixseparatedebuginfod.package
Section titled “services.nixseparatedebuginfod.package”nixseparatedebuginfod package to use.
Type: package
Default:
pkgs.nixseparatedebuginfod2Declared by:
services.nixseparatedebuginfod.cache.directory
Section titled “services.nixseparatedebuginfod.cache.directory”Override the directory where files downloaded from the substituter are stored.
Default is $XDG_CACHE_DIR/nixseparatedebuginfod2.
Type: null or string
Default:
nullDeclared by:
services.nixseparatedebuginfod.cache.expiration
Section titled “services.nixseparatedebuginfod.cache.expiration”How long to keep cache entries. A number followed by a unit.
Type: string
Default:
"1d"Declared by:
services.nixseparatedebuginfod.host
Section titled “services.nixseparatedebuginfod.host”IP address for nixseparatedebuginfod to listen on.
Type: string
Default:
"127.0.0.1"Declared by:
services.nixseparatedebuginfod.port
Section titled “services.nixseparatedebuginfod.port”Port for nixseparatedebuginfod to listen on.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default:
1949Declared by:
services.nixseparatedebuginfod.substituters
Section titled “services.nixseparatedebuginfod.substituters”Substituters to fetch debuginfo from.
Type: list of string
Default:
[ "local:" "https://cache.nixos.org"]Declared by:

