hosts: nixos: porthos: services: disable adblock
All checks were successful
ci/woodpecker/push/check Pipeline was successful

For some reason `unbound` stopped working reliably recently.

I can't be bothered to debug DNS issues, so let's remove it, it's only
marginally useful anyways.
This commit is contained in:
Bruno BELANYI 2026-04-12 20:53:49 +02:00
parent adf2ef6f4e
commit bdb9ce7b7e

View file

@ -6,10 +6,6 @@ in
{
# List services that you want to enable:
my.services = {
# Hosts-based adblock using unbound
adblock = {
enable = true;
};
# Audiobook and podcast library
audiobookshelf = {
enable = true;