MyNixOS website logo

Directory to store configuration and state. This also sets $DOCKER_CONFIG.

Declarations
Type
string
Default
if config.xdg.enable && lib.versionAtLeast config.home.stateVersion "26.05" then
  "$XDG_CONFIG_HOME/docker"
else
  ".docker"
Example
${config.xdg.configHome}/docker