diff --git a/nixos/systems/omen/default.nix b/nixos/systems/omen/default.nix index 0f34d3b..e0e3bd0 100644 --- a/nixos/systems/omen/default.nix +++ b/nixos/systems/omen/default.nix @@ -85,4 +85,10 @@ in virtualisation.podman.dockerCompat = true; }); }; + virtualisation.podman.defaultNetwork.settings.subnets = [ + { + gateway = "10.88.0.1"; + subnet = "10.88.0.0/16"; + } + ]; }