services.guix.stateDir

NixOS option

The state directory where Guix service will store its data such as its user-specific profiles, cache, and state files. Changing it to something other than the default will rebuild the package.

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