···77 root ALL=(ALL) SETENV: ALL
7879 # Users in the "wheel" group can do anything.
80- %wheel ALL=(ALL) ${if cfg.wheelNeedsPassword then "" else "NOPASSWD: ALL, "}SETENV: ALL
81 ${cfg.extraConfig}
82 '';
83
···77 root ALL=(ALL) SETENV: ALL
7879 # Users in the "wheel" group can do anything.
80+ %wheel ALL=(ALL:ALL) ${if cfg.wheelNeedsPassword then "" else "NOPASSWD: ALL, "}SETENV: ALL
81 ${cfg.extraConfig}
82 '';
83