nixos/gocd-server: use types.port

This commit is contained in:
h7x4 2025-09-22 15:41:19 +02:00
commit 7c06f21739
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146

View file

@ -64,7 +64,7 @@ in
sslPort = mkOption {
default = 8154;
type = types.int;
type = types.port;
description = ''
Specifies port number on which the Go.CD server HTTPS interface listens.
'';