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 New Issue
Block a user