From dce1a77c1d93ba4b6b0cdeb95ae474ecdf04124c Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 7 Aug 2024 20:38:06 -0400 Subject: [PATCH] nullbox: disable Unbound --- hosts/nullbox/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index 066a0b8..8a4c2a8 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -64,7 +64,6 @@ autolock = true; }; }; - programs.unbound.enable = true; common.remoteAccess.enable = true; session = lib.mkDefault "hyprland"; hardware.nvidia.modesetting.enable = true;