feat(config): enable AdGuard Home module with two clients
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d413d5ec1b
commit
9189a9c49d
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue