nixos/journalwatch: use more accurate int types

This commit is contained in:
h7x4
2025-09-22 15:34:41 +02:00
parent f9e472b784
commit 34fe1083bd
@@ -72,7 +72,7 @@ in
package = lib.mkPackageOption pkgs "journalwatch" { };
priority = lib.mkOption {
type = lib.types.int;
type = lib.types.ints.between 0 7;
default = 6;
description = ''
Lowest priority of message to be considered.