services.guix.gc.extraArgs

NixOS option

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.

type: list of string
Default
[ ]
Example
[
  "--delete-generations=1m"
  "--free-space=10G"
  "--optimize"
]
declared in: nixos/modules/services/misc/guixView source on NixOS/nixpkgs →