Added automatic doas configuration

This commit is contained in:
datalore 2024-07-26 18:10:51 +02:00
parent 82b7e177d4
commit 2c95bf816a

View File

@ -10,4 +10,5 @@ rc-update add elogind
service dbus start service dbus start
service elogind start service elogind start
echo "Done. Remember configuring doas!" echo "permit persist $(id -nu 1000)" >> /etc/doas.conf
rm -rf /etc/doas.d/*