nixos/radvd: use more accurate int types

This commit is contained in:
h7x4
2025-09-22 16:36:17 +02:00
parent adccbd9442
commit 33fb2c08bf
+1 -1
View File
@@ -39,7 +39,7 @@ in
package = mkPackageOption pkgs "radvd" { };
debugLevel = mkOption {
type = types.int;
type = types.ints.between 0 5;
default = 0;
example = 5;
description = ''