From b3416d0779752c7c01e2dbfcaccc1717a682a095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 15 Feb 2026 14:37:29 +0100 Subject: [PATCH] Added variables initialization --- deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy.sh b/deploy.sh index 4134335..daed090 100644 --- a/deploy.sh +++ b/deploy.sh @@ -420,6 +420,10 @@ services_generation() { } NETWORK_ID=0 + PODMAN_NETWORKS="" + TRAEFIK_NETWORKS="" + TRAEFIK_REF_NETWORKS="" + SERVICES_NETWORK_IDS=() echo -e "\n ✅ Writing configuration files for the selected homelab services..." cp -${FILES_COPY_FLAGS} templates/nix-config/configuration.nix final-nix-config/etc/nixos/configuration.nix