nixos/redmine: use port type

This commit is contained in:
Daniel Nagy 2021-06-18 17:29:05 +02:00
parent 7d1363d0cb
commit bc87386ac1
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -71,7 +71,7 @@ in
};
port = mkOption {
type = types.int;
type = types.port;
default = 3000;
description = "Port on which Redmine is ran.";
};