nixos/gitlab: use types.port

This commit is contained in:
h7x4
2025-09-22 16:46:44 +02:00
parent 637a259587
commit 2fb06be29f
+1 -1
View File
@@ -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";
};
};