nixos/redmine: use `port` type

launchpad/nixpkgs/master
Daniel Nagy 3 years ago
parent 7d1363d0cb
commit bc87386ac1
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
  1. 2
      nixos/modules/services/misc/redmine.nix

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

Loading…
Cancel
Save