Temporarily disable the firewall for debugging.

This commit is contained in:
Tom Alexander
2026-01-04 22:27:46 -05:00
parent 3b0e8b46ba
commit 97882ab559
2 changed files with 6 additions and 4 deletions

View File

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