From d5a08266866f91efd7d27ccde9f89469b09047a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Mon, 26 Dec 2022 01:25:09 +0100 Subject: [PATCH] networking/nftables: remove no longer relevant conflict warnings --- nixos/modules/services/networking/nftables.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/networking/nftables.nix b/nixos/modules/services/networking/nftables.nix index 810dc22a20a..a96528f2d18 100644 --- a/nixos/modules/services/networking/nftables.nix +++ b/nixos/modules/services/networking/nftables.nix @@ -134,7 +134,6 @@ in lib.mdDoc '' The ruleset to be used with nftables. Should be in a format that can be loaded using "/bin/nft -f". The ruleset is updated atomically. - This option conflicts with rulesetFile. ''; }; networking.nftables.rulesetFile = mkOption { @@ -144,7 +143,6 @@ in lib.mdDoc '' The ruleset file to be used with nftables. Should be in a format that can be loaded using "nft -f". The ruleset is updated atomically. - This option conflicts with ruleset and nftables based firewall. ''; }; networking.nftables.tables = mkOption {