From f05bb1d852cd3339764de860240b93924899e58c Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 3 Aug 2025 16:32:14 -0500 Subject: [PATCH] wait for pihole to be fixed --- system-config/configuration/homebox/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index 786961d..e2b4114 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -95,7 +95,7 @@ networking = { hostName = "homebox"; - nameservers = [ "1.1.1.1" "1.0.0.1" "192.168.100.28" ]; + nameservers = [ "1.1.1.1" "1.0.0.1" ]; networkmanager.enable = true; firewall.allowedTCPPorts = [ 22 80 443 ]; firewall.interfaces."ve-traefik".allowedTCPPorts = [ @@ -272,7 +272,7 @@ faster-whisper = true; }; rustdesk.enable = false; #broken - pihole.enable = true; #broken + pihole.enable = false; #broken code-server.enable = false; }; };