nixos/icecream: use more accurate int types

This commit is contained in:
h7x4
2025-09-22 15:56:48 +02:00
parent 33fb2c08bf
commit 2a3f551195

View File

@@ -79,7 +79,7 @@ in
};
nice = mkOption {
type = types.int;
type = types.ints.between (-20) 19;
default = 5;
description = ''
The level of niceness to use.