From 33fb2c08bfc14a826137978ef456a8e49faca44b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 22 Sep 2025 15:52:44 +0200 Subject: [PATCH] nixos/radvd: use more accurate int types --- nixos/modules/services/networking/radvd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/radvd.nix b/nixos/modules/services/networking/radvd.nix index 17bc051fca20..19a0b293095d 100644 --- a/nixos/modules/services/networking/radvd.nix +++ b/nixos/modules/services/networking/radvd.nix @@ -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 = ''