nixos/gitlab: use types.port
This commit is contained in:
@@ -638,7 +638,7 @@ in
|
||||
description = "External address used to access registry from the internet";
|
||||
};
|
||||
externalPort = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
description = "External port used to access registry from the internet";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user