str -> port

This commit is contained in:
niten 2024-01-20 11:56:19 -08:00
parent 3ad0d8ff84
commit a6b32874c4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}; };