From 26338898c59eb0b354642849f1d4fafede1f34cc Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 25 Apr 2024 17:10:08 -0400 Subject: [PATCH] slab: disable unbound It still caches SERVFAIL despite the configuration which is not good for a laptop. --- hosts/slab/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index ad90d21..5e4eb83 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -60,7 +60,7 @@ sessions.plasma.enable = lib.mkDefault false; programs = { adb.enable = true; - unbound.enable = true; + unbound.enable = false; greetd = { preset = "tuigreet"; };