Add a custom nftables firewall config.

This commit is contained in:
Tom Alexander
2026-01-02 23:28:29 -05:00
parent a8f1f69570
commit 2674b4350b
2 changed files with 145 additions and 0 deletions

View File

@@ -52,5 +52,10 @@
# Check logs for blocked connections:
# journalctl -k or dmesg
networking.nftables.tables."my-fw" = {
family = "inet";
content = (builtins.readFile ./files/my-fw.nft);
};
};
}