From 6406e20128ece951e7dd7ea1f3783129cb7af585 Mon Sep 17 00:00:00 2001 From: datalore Date: Fri, 26 Jul 2024 18:33:06 +0200 Subject: [PATCH] Fixed doas configuration --- system/installbasics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/installbasics.sh b/system/installbasics.sh index 7fdf1cb..e207de4 100755 --- a/system/installbasics.sh +++ b/system/installbasics.sh @@ -10,5 +10,5 @@ rc-update add elogind service dbus start service elogind start -echo "permit persist $(id -nu 1000)" >> /etc/doas.conf +echo "permit persist $(ls /home)" >> /etc/doas.conf rm -rf /etc/doas.d/*