make parsons/nftables.nix nicer #10
Loading…
Reference in a new issue
No description provided.
Delete branch "nicer-nftables"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This re-uses the (currently unused) config options
networking.firewall.allowed{TCP,UDP}Port{Range,}s
again.It's a no-op as far as actual config is concerned, but I think it makes the config easier to work with, though there are still many other networking options which we set that currently do nothing (e.g. the network bridge to lxc).
I'm not sure how much of these we want to solve like this; if we do too many, we'd wind up maintaining yet another nftables module.
Alternatively, we could also decide that using nftables "by hand" is fine with us. but then we should probably remove all the config options which don't do anything anymore..
made redundant with
1ad0a7751c
Pull request closed