lol

nixos/stargazer: use more accurate int types

h7x4 776e13ba 5bd07053

+2 -2
+2 -2
nixos/modules/services/web-servers/stargazer.nix
··· 74 74 }; 75 75 76 76 requestTimeout = lib.mkOption { 77 - type = lib.types.int; 77 + type = lib.types.ints.unsigned; 78 78 default = 5; 79 79 description = '' 80 80 Number of seconds to wait for the client to send a complete ··· 83 83 }; 84 84 85 85 responseTimeout = lib.mkOption { 86 - type = lib.types.int; 86 + type = lib.types.ints.unsigned; 87 87 default = 0; 88 88 description = '' 89 89 Number of seconds to wait for the client to send a complete