This commit is contained in:
2025-08-02 12:53:04 -05:00
parent bc511eed66
commit cede272f21
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@
networking = { networking = {
hostName = "homebox"; 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; networkmanager.enable = true;
firewall.allowedTCPPorts = [ 22 80 443 ]; firewall.allowedTCPPorts = [ 22 80 443 ];
firewall.interfaces."ve-traefik".allowedTCPPorts = [ firewall.interfaces."ve-traefik".allowedTCPPorts = [

View File

@@ -50,7 +50,7 @@
package = pkgs-us.pihole-web; package = pkgs-us.pihole-web;
hostName = "192.168.100.28"; #hostName = "192.168.100.28";
ports = [ 80 ]; ports = [ 80 ];
}; };