Added doas

This commit is contained in:
Scott C. MacCallum 2023-01-07 21:35:35 +00:00
parent 02f45298c7
commit 4794ef5773

View File

@ -67,4 +67,6 @@ usermod -G staff $user
echo "export LC_CTYPE=en_US.UTF-8" >> /home/$user/.profile
exit 0
# Allow users in the wheel group to use doas
echo "permit :wheel" >> /etc/doas.conf