nixos/stargazer: use more accurate int types

This commit is contained in:
h7x4
2025-09-22 16:36:16 +02:00
parent 5bd07053b4
commit 776e13baaf
@@ -74,7 +74,7 @@ in
};
requestTimeout = lib.mkOption {
type = lib.types.int;
type = lib.types.ints.unsigned;
default = 5;
description = ''
Number of seconds to wait for the client to send a complete
@@ -83,7 +83,7 @@ in
};
responseTimeout = lib.mkOption {
type = lib.types.int;
type = lib.types.ints.unsigned;
default = 0;
description = ''
Number of seconds to wait for the client to send a complete