summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/articles/arch-installation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/articles/arch-installation.md b/content/articles/arch-installation.md
index d7d8d45..cf183cb 100644
--- a/content/articles/arch-installation.md
+++ b/content/articles/arch-installation.md
@@ -133,6 +133,7 @@ pacstrap -K /mnt \
iwd \
vi \
openssh \
+ nftables \
man-db \
man-pages \
texinfo
@@ -168,6 +169,7 @@ Type=ether wlan
[Network]
DHCP=yes' > /etc/systemd/network/auto.network
+systemctl enable nftables.service
systemctl enable systemd-networkd.service
systemctl enable systemd-resolved.service
ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf