From cb436b782213f2f1c8c49b4e796d9afecb00942c Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 15 Jan 2025 15:41:04 -0600 Subject: [PATCH] add gitea instance to hosts --- system-config/configuration/homebox/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index c0e6858..c1fa0e4 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -94,6 +94,7 @@ firewall.interfaces."ve-traefik".allowedTCPPorts = [ 9000 8080 6080 8123 ]; hosts = { "192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "*.local.blunkall.us" ]; + "192.168.100.20" = [ "gitea.blunkall.us" ]; }; nftables = {}; nat = {