MyNixOS website logo
option

services.guix.gc.extraArgs

List of arguments to be passed to guix gc.

When given no option, it will try to collect all garbage which is often inconvenient so it is recommended to set some options.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--delete-generations=1m"
  "--free-space=10G"
  "--optimize"
]