diff --git a/system/installbasics.sh b/system/installbasics.sh index 32858ed..7fdf1cb 100755 --- a/system/installbasics.sh +++ b/system/installbasics.sh @@ -10,4 +10,5 @@ rc-update add elogind service dbus start service elogind start -echo "Done. Remember configuring doas!" +echo "permit persist $(id -nu 1000)" >> /etc/doas.conf +rm -rf /etc/doas.d/*