home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 96014d7e3a6039e2902803ee5b8cbdcfe2908d34
parent e629fc855aaf94a4f79a8d1fedb9f1f187f36baa
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 24 Nov 2023 12:34:47 +0100

Link to nixos issue for podman and kind

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/dev/containers.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/modules/dev/containers.nix b/systems/modules/dev/containers.nix @@ -44,6 +44,7 @@ in containersConf.settings = { network = { default_subnet_pools = [ + # See https://github.com/kubernetes-sigs/kind/issues/2872 for this { "base" = "11.0.0.0/24"; "size" = 24; } { "base" = "192.168.129.0/24";