security.sudo.defaultOptions

NixOS option

Options used for the default rules, granting root and the wheel group permission to run any command as any user.

type: list of string
Default
[
  "SETENV"
]
declared in: nixos/modules/security/sudo.nixView source on NixOS/nixpkgs →