···7474 };
75757676 requestTimeout = lib.mkOption {
7777- type = lib.types.int;
7777+ type = lib.types.ints.unsigned;
7878 default = 5;
7979 description = ''
8080 Number of seconds to wait for the client to send a complete
···8383 };
84848585 responseTimeout = lib.mkOption {
8686- type = lib.types.int;
8686+ type = lib.types.ints.unsigned;
8787 default = 0;
8888 description = ''
8989 Number of seconds to wait for the client to send a complete