From 1fa0bbb1672cc657d9a76b912397d84345586344 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:14:37 -0500 Subject: [PATCH] firewall guhh --- common/systemModules/nginx.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/systemModules/nginx.nix b/common/systemModules/nginx.nix index 4f909c4..b80949f 100644 --- a/common/systemModules/nginx.nix +++ b/common/systemModules/nginx.nix @@ -13,7 +13,11 @@ adguardhome = { port = 3115; enable = true; - + }; + }; + networking = { + firewall = { + enable = true; }; }; sops = {