nixos/taskserver: use types.port

This commit is contained in:
h7x4
2025-09-22 16:33:00 +02:00
parent a1954d1106
commit 5137d1adae
@@ -329,7 +329,7 @@ in
};
listenPort = lib.mkOption {
type = lib.types.int;
type = lib.types.port;
default = 53589;
description = ''
Port number of the Taskserver.