From f2aa7968b98bccca632535ae27832c3a28e4259c Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Wed, 8 Jul 2020 12:20:29 -0400
Subject: Add note on dialer group

---
 content/posts/installing-openbsd-on-pcengines/index.org | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

(limited to 'content/posts')

diff --git a/content/posts/installing-openbsd-on-pcengines/index.org b/content/posts/installing-openbsd-on-pcengines/index.org
index 115ccbf..b04bf9c 100644
--- a/content/posts/installing-openbsd-on-pcengines/index.org
+++ b/content/posts/installing-openbsd-on-pcengines/index.org
@@ -100,6 +100,12 @@ doas cu -s 115200 -l /dev/cuaU0
 #+END_SRC
 
 You can always find the serial device through plugging the adapter in
-and checking =dmesg=.
+and checking =dmesg=. You can also allow non-root users to dial into
+serial devices by adding your user to the =dialer= group.
 
-Finally I added the OpenBSD sticker!
+#+BEGIN_SRC shell
+doas usermod -G dialer <user>
+#+END_SRC
+
+
+Finally to complete the build, I added the OpenBSD sticker!
-- 
cgit v1.2.3