nix: get nftables from correct parent attr
This commit is contained in:
parent
8009b35589
commit
c7cbbd3908
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.nftables = {
|
||||
networking.nftables = {
|
||||
enable = mkIf cfg.nftablesIntegration cfg.nftablesIntegration;
|
||||
ruleset = mkIf cfg.nftablesIntegration ''
|
||||
table inet filter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue