types.uniq types.int -> types.int
types.int already implies uniqueness.
This commit is contained in:
@@ -50,7 +50,7 @@ in {
|
||||
|
||||
port = mkOption {
|
||||
default = 8080;
|
||||
type = types.uniq types.int;
|
||||
type = types.int;
|
||||
description = ''
|
||||
Specifies port number on which the jenkins HTTP interface listens. The default is 8080.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user