I installed Doas as a replacement for sudo on my Gentoo machine. I followed the documentation here and my /etc/doas.conf
looks like this:
permit persist :wheel
I have also restarted the system. However, it still asks me for the password every time I use doas
. What am I doing wrong?