services.guix.storeDir

NixOS option

The store directory where the Guix service will serve to/from. Take note Guix cannot take advantage of substitutes if you set it something other than /gnu/store since most of the cached builds are assumed to be in there. This will also recompile all packages because the normal cache no longer applies.

type: absolute path
Default
"/gnu/store"
declared in: nixos/modules/services/misc/guixView source on NixOS/nixpkgs →