mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-27 06:25:23 +00:00
nixos/redmine: use port
type
This commit is contained in:
parent
7d1363d0cb
commit
bc87386ac1
@ -71,7 +71,7 @@ in
|
||||
};
|
||||
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 3000;
|
||||
description = "Port on which Redmine is ran.";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user