networking/nftables: remove no longer relevant conflict warnings

This commit is contained in:
Maciej Krüger 2022-12-26 01:25:09 +01:00
parent dc3f8728b9
commit d5a0826686
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -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 {