Trying to remove password on sudo. My current sudoers file:
Defaults env_reset
Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
root ALL=(ALL:ALL) ALL
%admin ALL=(ALL) ALL
%sudo ALL=(ALL:ALL) ALL
vidar ALL=(ALL) NOPASSWD: ALL
I quit, open new terminal (or even reboot), but password is still required for sudo. User is member of sudo group.
What can possibly be happening?