From bdb9ce7b7e2453137ad93c68571ccc367704cd32 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 12 Apr 2026 20:53:49 +0200 Subject: [PATCH] hosts: nixos: porthos: services: disable adblock 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. --- hosts/nixos/porthos/services.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/nixos/porthos/services.nix b/hosts/nixos/porthos/services.nix index 8c9e108..f993b9a 100644 --- a/hosts/nixos/porthos/services.nix +++ b/hosts/nixos/porthos/services.nix @@ -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;