nixos/dockerRegistry: use `port` type

launchpad/nixpkgs/master
Daniel Nagy 3 years ago
parent a8808784e5
commit 50ba0ac3d6
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
  1. 2
      nixos/modules/services/misc/docker-registry.nix

@ -58,7 +58,7 @@ in {
port = mkOption {
description = "Docker registry port to bind to.";
default = 5000;
type = types.int;
type = types.port;
};
storagePath = mkOption {

Loading…
Cancel
Save