nixos/discourse: set port type to types.port
(cherry picked from commit 73f9c29a2cd4e298493751ba1e3f1f5750021ad2)
This commit is contained in:
parent
24e35b8c44
commit
d71b353d15
@ -356,7 +356,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user