mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
nixos/dockerRegistry: use port
type
This commit is contained in:
parent
a8808784e5
commit
50ba0ac3d6
|
@ -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…
Reference in a new issue