Adguard Home (Adblocking + Local DNS Rewrite)

This commit is contained in:
Aleksandr Lebedev 2025-10-14 00:28:48 +02:00
parent ca80a34135
commit 32e166c762
5 changed files with 108 additions and 3 deletions

View file

@ -58,6 +58,14 @@ in {
};
};
"dns.kylekrein.com" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://${config.services.adguardhome.host}:${builtins.toString config.services.adguardhome.port}";
};
};
"music.kylekrein.com" = {
enableACME = true;
forceSSL = true;