From e3e09db6109b10af4ae88a86ae5397b3ffe3b62c Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 3 Dec 2023 22:00:36 +0100 Subject: [PATCH] fix ip --- hosts/fw.cloonar.com/modules/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 5535529..f1b9fa4 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -103,7 +103,7 @@ in # macvlans = [ "vserver" ]; privateNetwork = true; hostBridge = "server"; - hostAddress = "10.42.97.1" + hostAddress = "10.42.97.1"; localAddress = "10.42.97.2"; bindMounts = { "/var/lib/gitea" = {