nixos/cpuminer-cryptonight: use more accurate int types

h7x4 adccbd94 01629807

Changed files
+1 -1
nixos
modules
services
+1 -1
nixos/modules/services/misc/cpuminer-cryptonight.nix
···
description = "Password for mining server";
};
threads = lib.mkOption {
-
type = lib.types.int;
+
type = lib.types.ints.unsigned;
default = 0;
description = "Number of miner threads, defaults to available processors";
};