services.dockerRegistry.configFile

NixOS option

Path to CNCF distribution config file. Setting this option will override any configuration applied by the extraConfig option.

type: absolute path
Default
pkgs.writeText "docker-registry-config.yml" "# my custom docker-registry-config.yml ..."
declared in: nixos/modules/services/misc/docker-registry.nixView source on NixOS/nixpkgs →