···17171818 This conflicts with the standard networking firewall, so make sure to
1919 disable it before using nftables.
2020+2121+ Note that if you have Docker enabled you will not be able to use
2222+ nftables without intervention. Docker uses iptables internally to
2323+ setup NAT for containers. This module disables the ip_tables kernel
2424+ module, however Docker automatically loads the module. Please see [1]
2525+ for more information.
2626+2727+ There are other programs that use iptables internally too, such as
2828+ libvirt.
2929+3030+ [1]: https://github.com/NixOS/nixpkgs/issues/24318#issuecomment-289216273
2031 '';
2132 };
2233 networking.nftables.ruleset = mkOption {