nixos/nexus: use types.port

This commit is contained in:
h7x4
2025-09-22 16:33:01 +02:00
parent 1cd9d47415
commit c31d264b5d
+1 -1
View File
@@ -46,7 +46,7 @@ in
};
listenPort = mkOption {
type = types.int;
type = types.port;
default = 8081;
description = "Port to listen on.";
};