From d7a28f93f1962f3db7ef5f1e12f9ae0189170b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 27 Feb 2026 17:25:41 +0100 Subject: [PATCH] Forgot `pkgs` input --- modules/networking/firewall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/networking/firewall.nix b/modules/networking/firewall.nix index b70fc6e..00b00b7 100644 --- a/modules/networking/firewall.nix +++ b/modules/networking/firewall.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, pkgs, ... }: { config = {