nixos/discourse: set port type to types.port

(cherry picked from commit 73f9c29a2cd4e298493751ba1e3f1f5750021ad2)
This commit is contained in:
Daniel Nagy 2021-05-25 19:25:46 +02:00 committed by github-actions[bot]
parent 24e35b8c44
commit d71b353d15

View File

@ -356,7 +356,7 @@ in
}; };
port = lib.mkOption { port = lib.mkOption {
type = lib.types.int; type = lib.types.port;
default = 25; default = 25;
description = '' description = ''
The port of the SMTP server Discourse should use to The port of the SMTP server Discourse should use to