From c7b156c084d450ebd83220dff34ddb27c60747b9 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Tue, 30 Jul 2024 16:07:55 +0700 Subject: [PATCH] bareksa: domain changed from tools.bareksa.local -> apicurio.prod.bareksa.local --- system/modules/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/modules/networking.nix b/system/modules/networking.nix index 221f119..d8e87c3 100644 --- a/system/modules/networking.nix +++ b/system/modules/networking.nix @@ -3,7 +3,7 @@ networking.networkmanager.enable = true; networking.extraHosts = '' 192.168.50.217 gitlab.bareksa.com - 192.168.50.205 tools.bareksa.local + 192.168.50.205 apicurio.prod.bareksa.local 192.168.3.50 kafka.dev.bareksa.local 192.168.3.109 redpanda.dev.bareksa.local kafka-console.dev.bareksa.local '';