Fixed frigate copy omission
This commit is contained in:
@@ -392,7 +392,7 @@ services_generation() {
|
|||||||
TRAEFIK_REF_NETWORKS+=" nextcloud-aio:"$'\n'
|
TRAEFIK_REF_NETWORKS+=" nextcloud-aio:"$'\n'
|
||||||
TRAEFIK_REF_NETWORKS+=" external: true"$'\n'
|
TRAEFIK_REF_NETWORKS+=" external: true"$'\n'
|
||||||
elif [[ "${service}" == "frigate" ]]; then
|
elif [[ "${service}" == "frigate" ]]; then
|
||||||
:
|
cp templates/nix-config/podman/${service}.nix final-nix-config/etc/nixos/podman/${service}.nix
|
||||||
else
|
else
|
||||||
j=$((j + 1))
|
j=$((j + 1))
|
||||||
cp templates/nix-config/podman/${service}.nix final-nix-config/etc/nixos/podman/${service}.nix
|
cp templates/nix-config/podman/${service}.nix final-nix-config/etc/nixos/podman/${service}.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user