From da33caa3744df5a237e3cd7f458bea49a7f72034 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 1 Dec 2023 20:25:45 +0100 Subject: [PATCH] try to change network --- hosts/fw.cloonar.com/modules/podman.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/podman.nix b/hosts/fw.cloonar.com/modules/podman.nix index 70994a7..c6b47b7 100644 --- a/hosts/fw.cloonar.com/modules/podman.nix +++ b/hosts/fw.cloonar.com/modules/podman.nix @@ -13,8 +13,14 @@ in { ipv6_enabled = false; internal = false; dns_enabled = true; - subnets = [{ gateway = "10.42.97.223"; subnet = "10.42.97.192/27"; }]; - aux_address = "10.42.97.223"; + subnets = [{ + gateway = "10.42.97.1"; + subnet = "10.42.97.0/24"; + lease_range = { + start_ip = "10.42.97.193"; + end_ip = "10.42.97.223"; + } + }]; }; }; };