infra.integrations
8 options
infra.integrations.argocd
infra.integrations.argocd.argocdVersion
Argo CD Helm chart version.
Type: string
Default:
"7.7.15"
Declared by: nix/modules/infra/integrations/argocd.nix
infra.integrations.argocd.clusterName
Logical cluster name. Used for token lookup and IP discovery.
Type: string
Default:
"argocd"
Declared by: nix/modules/infra/integrations/argocd.nix
infra.integrations.argocd.enable
Whether to enable ArgoCD cluster node (k3s + ArgoCD).
Type: boolean
Default:
false
Example:
true
Declared by: nix/modules/infra/integrations/argocd.nix
infra.integrations.argocd.nodeIndex
Node index within the cluster. 0 = server, 1+ = agents.
Type: signed integer
Default:
0
Declared by: nix/modules/infra/integrations/argocd.nix
infra.integrations.docker
infra.integrations.docker.dataRoot
Root directory for Docker storage.
Type: string
Default:
"/var/lib/docker"
Declared by: nix/modules/infra/integrations/docker.nix
infra.integrations.docker.enable
Whether to enable Docker daemon.
Type: boolean
Default:
false
Example:
true
Declared by: nix/modules/infra/integrations/docker.nix
infra.integrations.docker.logDriver
Docker logging driver.
Type: string
Default:
"journald"
Declared by: nix/modules/infra/integrations/docker.nix
infra.integrations.docker.registryMirror
URL of a Docker registry pull-through proxy (e.g. an in-fleet cache). Empty string (default) disables the mirror.
Type: string
Default:
""
Example:
"http://192.0.2.11:3128"
Declared by: nix/modules/infra/integrations/docker.nix