From 5d866049a03af699783ecf76f5622211e6ee7d79 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 28 Oct 2025 11:52:09 +0900 Subject: [PATCH] common: use nftables as firewall --- hosts/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 52841e9..ed91992 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -61,6 +61,8 @@ in { "127.0.0.1" = [ config.networking.fqdnOrHostName ]; "::1" = [ config.networking.fqdnOrHostName ]; }; + + nftables.enable = true; }; i18n.defaultLocale = "en_US.UTF-8";