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; }; };