From d52c70df513dfe16aa50a7a6967968ac990289ec Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 1 Dec 2023 13:19:21 +0100 Subject: [PATCH] try to fix network --- hosts/fw.cloonar.com/modules/podman.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/podman.nix b/hosts/fw.cloonar.com/modules/podman.nix index 161bd4e..9cca32a 100644 --- a/hosts/fw.cloonar.com/modules/podman.nix +++ b/hosts/fw.cloonar.com/modules/podman.nix @@ -9,12 +9,12 @@ in { defaultNetwork.settings = { driver = "macvlan"; network_interface = "lan"; - # subnets = [ - # { - # subnet = "10.42.97.0/24"; - # gateway = "10.42.97.1"; - # } - # ]; + subnets = [ + { + subnet = "10.42.96.0/24"; + gateway = "10.42.96.1"; + } + ]; ipv6_enabled = false; internal = false; dns_enabled = false;