From 2dbcd8dd512c9c046789cbc124c3ec66e976c281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 9 Jan 2026 11:00:42 +0100 Subject: [PATCH] Fixed frigate copy omission --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 476ac9b..4b724fc 100644 --- a/deploy.sh +++ b/deploy.sh @@ -392,7 +392,7 @@ services_generation() { TRAEFIK_REF_NETWORKS+=" nextcloud-aio:"$'\n' TRAEFIK_REF_NETWORKS+=" external: true"$'\n' elif [[ "${service}" == "frigate" ]]; then - : + cp templates/nix-config/podman/${service}.nix final-nix-config/etc/nixos/podman/${service}.nix else j=$((j + 1)) cp templates/nix-config/podman/${service}.nix final-nix-config/etc/nixos/podman/${service}.nix