From a6b32874c437bfe77f8435c156be64206ad7c262 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 20 Jan 2024 11:56:19 -0800 Subject: [PATCH] str -> port --- lemmy-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };