diff --git a/configure-system.ksh b/configure-system.ksh index 888965e..bd2bfa2 100755 --- a/configure-system.ksh +++ b/configure-system.ksh @@ -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