diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index f6f7c48..786961d 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" ]; + nameservers = [ "1.1.1.1" "1.0.0.1" "192.168.100.28" ]; networkmanager.enable = true; firewall.allowedTCPPorts = [ 22 80 443 ]; firewall.interfaces."ve-traefik".allowedTCPPorts = [ diff --git a/system-config/services/containers/pihole/default.nix b/system-config/services/containers/pihole/default.nix index 100d692..87b1c0e 100644 --- a/system-config/services/containers/pihole/default.nix +++ b/system-config/services/containers/pihole/default.nix @@ -50,7 +50,7 @@ package = pkgs-us.pihole-web; - hostName = "192.168.100.28"; + #hostName = "192.168.100.28"; ports = [ 80 ]; };