Fixed frigate copy omission

This commit is contained in:
Raphaël Numbus
2026-01-09 11:00:42 +01:00
parent 2760c8b32f
commit 2dbcd8dd51
+1 -1
View File
@@ -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