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