summary refs log tree commit diff
path: root/nixos/modules/services/networking/nftables.nix
Commit message (Collapse)AuthorAge
* nixos/nftables: Allow use with iptables (#121517)Jess Schallenberg2022-01-30
| | | | | | | * nixos/nftables: Allow use with iptables Since iptables and nftables do not actually conflict with each other, there's no real reason to artificially prevent people from combining them. In fact, this practice is known to cause issues like #88643, which is fixed by this commit.
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/nftables: set nm's firewallBackend when onMaxine Aubrey2021-07-21
| | | | when enabled, switch networkmanager's firewallBackend option to nftables
* nftables: Warn about correct firewall settingKlemens Nanni2020-10-02
| | | | | | | services.networking.firewall might have existed during import of this module in 2016, but it is unknown as of today. Point to the proper boolean knob to avoid confusion.
* nixos/nftables: fix typo in ruleset exampleTony Olagbaiye2020-04-10
|
* nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy2018-03-01
|
* nftables: adds information regarding nftables and Docker (#24326)Richard Zetterberg2017-03-25
|
* nftables: make default configuration nullJörg Thalheim2017-02-26
| | | | | | | | | reason: - We currently have an open discussion regarding a more modular firewall (https://github.com/NixOS/nixpkgs/issues/23181) and leaving null makes future extension easier. - the current default might not cover all use cases (different ssh port) and might break setups, if applied blindly
* nftables module: Add new module for nftables firewall settingsJookia2017-02-26
fixes #18842