programs.benchexec.users
NixOS option
Users that intend to use BenchExec. Provide usernames of users that are configured via users.users as string, and UIDs of “mutable users” as integers. Control group delegation will be configured via systemd. For more information, see https://github.com/sosy-lab/benchexec/blob/3.18/doc/INSTALL.md#setting-up-cgroups.
type: list of (string or signed integer)Default
[ ]
Example
declared in: nixos/modules/programs/benchexec.nixView source on NixOS/nixpkgs →[ "alice" # username of a user configured via users.users 1007 # UID of a mutable user ]