diff --git a/system/hosts/mcp/containers.nix b/system/hosts/mcp/containers.nix index b4d709a..1a44918 100644 --- a/system/hosts/mcp/containers.nix +++ b/system/hosts/mcp/containers.nix @@ -16,17 +16,17 @@ ./containers/gitea.nix ./containers/goatcounter.nix ./containers/grafana.nix - ./containers/jobhunt.nix + # ./containers/jobhunt.nix ./containers/mariadb.nix ./containers/media-system.nix ./containers/nextcloud.nix - ./containers/offen.nix + # ./containers/offen.nix ./containers/pocket-id.nix ./containers/prometheus.nix ./containers/public-homepage.nix ./containers/searxng.nix ./containers/shared-postgres.nix - ./containers/timetagger.nix + # ./containers/timetagger.nix ./containers/traefik.nix ./containers/users.nix @@ -72,6 +72,26 @@ enable = true; # Set this to make the default DOCKER_HOST be the rootless version for normal users. setSocketVariable = true; + daemon = { + settings = { + default-address-pools = [ + { + base = "10.88.0.0/16"; + size = 24; + } + ]; + }; + }; + }; + daemon = { + settings = { + default-address-pools = [ + { + base = "10.88.0.0/16"; + size = 24; + } + ]; + }; }; }; podman = lib.mkIf (config.local.container-backend == "podman") {