nixos/foundationdb: use types.port

This commit is contained in:
h7x4
2025-09-22 15:42:59 +02:00
parent b6d0fa4ed9
commit 09d9af7b73

View File

@@ -94,7 +94,7 @@ in
}; };
listenPortStart = lib.mkOption { listenPortStart = lib.mkOption {
type = lib.types.int; type = lib.types.port;
default = 4500; default = 4500;
description = '' description = ''
Starting port number for database listening sockets. Every FDB process binds to a Starting port number for database listening sockets. Every FDB process binds to a