From 7a1a5d7f1aab5e4968c0d7d6559a80552d3a39b0 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 16 Oct 2025 20:15:06 +0200 Subject: articles: arch-installation: Add nftables firewall nftables is a modern Linux firewall software. It is enabled by default using the package-provided default rules. --- content/articles/arch-installation.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-70-g09d2