From c7cbbd3908cf538fb4969bb7abba24b7bd14f24f Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 1 May 2025 06:07:09 +0300 Subject: [PATCH] nix: get nftables from correct parent attr --- nix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/module.nix b/nix/module.nix index 50f6fb0..22c09dc 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -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 {