feat: remove doas

main
sudo pacman -Syu 2023-05-06 14:21:13 +07:00
parent e1b222feef
commit 4c8035fde2
2 changed files with 0 additions and 32 deletions

View File

@ -569,23 +569,6 @@ useradd -m -G wheel -s /usr/bin/zsh -c <span class="pl-s"><span class="pl-pds">"
<span class="pl-c"><span class="pl-c">#</span> Set password</span>
passwd joker</pre>
</div>
<p>
<a href="https://wiki.archlinux.org/title/Doas" rel="nofollow"
>doas (WIP)</a
>
</p>
<div class="highlight highlight-source-shell">
<pre>
pacman -Syu opendoas
chown -c root:root /etc/doas.conf
chmod -c 0400 /etc/doas.conf</pre
>
</div>
<p>Edit <code>/etc/doas.conf</code> (must end with a newline):</p>
<div class="highlight highlight-text-adblock">
<pre>permit persist :wheel</pre>
</div>
<p>
<a
href="https://wiki.archlinux.org/index.php/Systemd-homed"

View File

@ -327,21 +327,6 @@ useradd -m -G wheel -s /usr/bin/zsh -c "The Joker" joker
passwd joker
```
[doas (WIP)](https://wiki.archlinux.org/title/Doas)
```sh
pacman -Syu opendoas
chown -c root:root /etc/doas.conf
chmod -c 0400 /etc/doas.conf
```
Edit `/etc/doas.conf` (must end with a newline):
```txt
permit persist :wheel
```
[systemd-homed (WIP)](https://wiki.archlinux.org/index.php/Systemd-homed):
```sh