services.komodo-periphery.dockerHost

NixOS option

Docker host socket URI to use for container operations. If null, uses the default Docker socket and automatically enables Docker. Set this to use alternative container runtimes like Podman or remote Docker hosts.

type: null or string
Default
null
Example
# Podman rootless
"unix:///run/user/1000/podman/podman.sock"

# Podman rootful
"unix:///run/podman/podman.sock"

# Remote Docker
"tcp://192.168.1.100:2375"
declared in: nixos/modules/services/admin/komodo-periphery.nixView source on NixOS/nixpkgs →