Skip to content

nixseparatedebuginfod

Whether to enable nixseparatedebuginfod.

Type: boolean

Default:

false

Example:

true

Declared by:

nixseparatedebuginfod package to use.

Type: package

Default:

pkgs.nixseparatedebuginfod2

Declared 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:

null

Declared 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:

IP address for nixseparatedebuginfod to listen on.

Type: string

Default:

"127.0.0.1"

Declared by:

Port for nixseparatedebuginfod to listen on.

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default:

1949

Declared 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: