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 stringDefault
null
Example
declared in: nixos/modules/services/admin/komodo-periphery.nixView source on NixOS/nixpkgs →# Podman rootless "unix:///run/user/1000/podman/podman.sock" # Podman rootful "unix:///run/podman/podman.sock" # Remote Docker "tcp://192.168.1.100:2375"