LOCK IN: disable all distractions
Some checks failed
Activate Homelab Configuration / rebuild (push) Has been cancelled

This commit is contained in:
Satria 2026-07-18 18:52:01 +07:00
commit 7b9ce69c76
5 changed files with 18 additions and 6 deletions

View file

@ -21,6 +21,13 @@
whitelist = [
"https://gist.githubusercontent.com/mul14/eb05e88fcec5bb195cbb/raw/75a1fe122a4502e8d5a5268c9d0ec28332b19d5d/hosts"
];
blocked = [
# LOCK IN
"instagram"
"youtube"
"minecraft"
"steam"
];
in {
services.adguardhome = {
enable = true;
@ -31,6 +38,7 @@ in {
dns = {
upstream_dns = [ "https://security.cloudflare-dns.com/dns-query" ];
bootstrap_dns = [ "1.1.1.2" "1.0.0.2" ];
blocked_services = blocked;
};
querylog = {
interval = "2160h";