From f2b5f25655cc45708bf38f114864270e70444ac0 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 22 Sep 2025 16:17:17 +0200 Subject: [PATCH] nixos/anuko-time-tracker: use `types.port` --- nixos/modules/services/web-apps/anuko-time-tracker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/anuko-time-tracker.nix b/nixos/modules/services/web-apps/anuko-time-tracker.nix index 52cbfd5ae4f0..4d00d418a1dc 100644 --- a/nixos/modules/services/web-apps/anuko-time-tracker.nix +++ b/nixos/modules/services/web-apps/anuko-time-tracker.nix @@ -225,7 +225,7 @@ in }; smtpPort = lib.mkOption { - type = lib.types.int; + type = lib.types.port; description = "MTA port."; default = 25; };