This commit is contained in:
Christoph Schmatzler
2025-08-12 12:18:01 +02:00
parent e3353873ed
commit 80461c1352

View File

@@ -38,6 +38,25 @@ in {
};
};
tailscale.enable = true;
adguardhome = {
enable = true;
settings = {
http.address = "0.0.0.0:10000";
dns = {
upstream_dns = [
"1.1.1.1"
"1.0.0.1"
];
};
filtering = {
protection_enabled = true;
filtering_enabled = true;
safe_search = {
enabled = false;
};
};
};
};
};
users.users = {