From 269708fee19fa374abb1ae3171e6af668f337414 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Sun, 23 Feb 2025 21:19:17 -0500 Subject: [PATCH] enable adguard home --- common/systemModules/nginx.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/systemModules/nginx.nix b/common/systemModules/nginx.nix index 551cb3f..033baa5 100644 --- a/common/systemModules/nginx.nix +++ b/common/systemModules/nginx.nix @@ -10,6 +10,11 @@ recommendedProxySettings = true; recommendedOptimisation = true; }; + adguardhome = { + port = 3115; + enable = true; + + }; }; sops = { secrets = {