From a551ace6a619970f15563f502d99f8e83bc30ac2 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 22 Apr 2021 17:19:47 +0000 Subject: [PATCH] machines: porthos: services: enable adblock --- machines/porthos/services.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/porthos/services.nix b/machines/porthos/services.nix index 72cbc01..ee38894 100644 --- a/machines/porthos/services.nix +++ b/machines/porthos/services.nix @@ -6,6 +6,10 @@ in { # List services that you want to enable: my.services = { + # Hosts-based adblock using unbound + adblock = { + enable = true; + }; # Backblaze B2 backup backup = { enable = true;