nixos/foundationdb: use `types.port`

h7x4 09d9af7b b6d0fa4e

Changed files
+1 -1
nixos
modules
services
databases
+1 -1
nixos/modules/services/databases/foundationdb.nix
···
};
listenPortStart = lib.mkOption {
-
type = lib.types.int;
default = 4500;
description = ''
Starting port number for database listening sockets. Every FDB process binds to a
···
};
listenPortStart = lib.mkOption {
+
type = lib.types.port;
default = 4500;
description = ''
Starting port number for database listening sockets. Every FDB process binds to a