Add :

Lucas Mathews
2026-04-29 11:58:18 +02:00
parent 145185dc58
commit f4c0351ab4
+1 -1
@@ -65,7 +65,7 @@ Verify the user was added to the sudo group:
groups username groups username
``` ```
Or if using doas instead of sudo Or if using doas instead of sudo:
```bash ```bash
echo "permit persist username" >> /etc/doas.conf echo "permit persist username" >> /etc/doas.conf
``` ```