feat(config): enable AdGuard Home module with two clients

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 19:09:59 +01:00
parent d413d5ec1b
commit 9189a9c49d

View file

@ -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 === # === OpenClaw ===
myModules.openclaw-podman = { myModules.openclaw-podman = {
enable = true; enable = true;