diff --git a/docs/2022-12-25-archlinux.html b/docs/2022-12-25-archlinux.html index 2d48dbd..21e3caa 100644 --- a/docs/2022-12-25-archlinux.html +++ b/docs/2022-12-25-archlinux.html @@ -308,6 +308,9 @@
- systemd-homed (optional if no useradd before): -
+systemctl enable systemd-homed.service
diff --git a/posts/2022-12-25-archlinux.md b/posts/2022-12-25-archlinux.md
index f3a9832..03f8a7b 100644
--- a/posts/2022-12-25-archlinux.md
+++ b/posts/2022-12-25-archlinux.md
@@ -132,6 +132,9 @@ pacstrap -K /mnt btrfs-progs
# LVM (optional)
pacstrap -K /mnt lvm2
+# zsh (optional)
+pacstrap -K /mnt zsh
+
# Text editor
pacstrap -K /mnt neovim
```
@@ -312,7 +315,8 @@ useradd -m -G wheel -s /usr/bin/zsh -c "The Joker" joker
passwd joker
```
-[systemd-homed (optional if no useradd before)](https://wiki.archlinux.org/index.php/Systemd-homed):
+- [systemd-homed (optional if no useradd before)](https://wiki.archlinux.org/index.php/Systemd-homed):
+- [Home Directories](https://systemd.io/HOME_DIRECTORY/)
```sh
systemctl enable systemd-homed.service