From 2c95bf816a3259095bb02f44c8380d571e1c738b Mon Sep 17 00:00:00 2001 From: datalore Date: Fri, 26 Jul 2024 18:10:51 +0200 Subject: [PATCH] Added automatic doas configuration --- system/installbasics.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/*