diff --git a/lemmy-container.nix b/lemmy-container.nix index 16d58aa..446535a 100644 --- a/lemmy-container.nix +++ b/lemmy-container.nix @@ -103,7 +103,7 @@ in { }; port = mkOption { - type = str; + type = port; description = "SMTP server port."; default = 25; };