str -> port
This commit is contained in:
parent
3ad0d8ff84
commit
a6b32874c4
|
@ -103,7 +103,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = str;
|
type = port;
|
||||||
description = "SMTP server port.";
|
description = "SMTP server port.";
|
||||||
default = 25;
|
default = 25;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue