diff --git a/configuration.nix b/configuration.nix index 520eebe..210ba4e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -87,6 +87,16 @@ }; }; + # === AdGuard Home (DoH) === + myModules.adguard = { + enable = true; + domain = "dns.ashisgreat.xyz"; + clients = [ + { name = "phone"; idSecret = "adguard_client_phone"; } + { name = "laptop"; idSecret = "adguard_client_laptop"; } + ]; + }; + # === OpenClaw === myModules.openclaw-podman = { enable = true;