{ pkgs, ... }: { services.dockerRegistry = { enable = true; package = pkgs.distribution; }; }