Merge pull request #125221 from NixOS/backport-124404-to-release-21.05
[Backport release-21.05] Small option type adjustments
This commit is contained in:
@@ -359,7 +359,7 @@ in
|
||||
};
|
||||
|
||||
port = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
type = lib.types.port;
|
||||
default = 25;
|
||||
description = ''
|
||||
The port of the SMTP server Discourse should use to
|
||||
|
||||
Reference in New Issue
Block a user