This commit is contained in:
2025-08-14 19:48:44 -05:00
parent e924f78996
commit a976718a5d
2 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
config = lib.mkIf config.sysconfig.opts.virtualization.homeassistant.enable { config = lib.mkIf config.sysconfig.opts.virtualization.homeassistant.enable {
networking = { networking = {
networking.hosts."192.168.100.25" = [ "hass.local" ]; hosts."192.168.100.25" = [ "hass.local" ];
nat.internalInterfaces = [ "ve-home-assistant" ]; nat.internalInterfaces = [ "ve-home-assistant" ];
}; };

View File

@@ -10,6 +10,8 @@
networking = { networking = {
hosts."192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "traefik.local" ]; hosts."192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "traefik.local" ];
firewall.allowedTCPPorts = [ 22 80 443]; firewall.allowedTCPPorts = [ 22 80 443];
nat.internalInterfaces = [ "ve-traefik" ];
}; };
containers.traefik = { containers.traefik = {