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