i changed my username recently and now i don't have sudo permissions even though i'm still in the wheel group. apparently archinstall sets up sudoers per user and does not apply it to the wheel as a whole. why is that? are archinstall mantainers retarded or is there a reason to do this i don't know about?
// stupid retarded way to do it
/etc/sudoers.d/00_<username>
<username> ALL=(ALL) ALL
// best practice and comfy
/etc/sudoers.d/00_wheel
%wheel ALL=(ALL:ALL) ALL