From baf796dcd7d629898ed3a9a81dcd354caf2e4267 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 1 Dec 2023 20:18:48 +0100 Subject: [PATCH] change gateway --- hosts/fw.cloonar.com/modules/podman.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/podman.nix b/hosts/fw.cloonar.com/modules/podman.nix index 08f5073..70994a7 100644 --- a/hosts/fw.cloonar.com/modules/podman.nix +++ b/hosts/fw.cloonar.com/modules/podman.nix @@ -13,7 +13,7 @@ in { ipv6_enabled = false; internal = false; dns_enabled = true; - subnets = [{ gateway = "10.42.97.1"; subnet = "10.42.97.192/27"; }]; + subnets = [{ gateway = "10.42.97.223"; subnet = "10.42.97.192/27"; }]; aux_address = "10.42.97.223"; }; };