common: use nftables as firewall

This commit is contained in:
2025-10-28 11:52:09 +09:00
parent 47ddf0cd1e
commit 5d866049a0

View File

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