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";