diff --git a/deploy.sh b/deploy.sh index a2d559f..566510f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -230,9 +230,6 @@ files_generation() { cp docker/${service}.original docker/${service}.nix done - echo -e "\n\n ✅ Copying files to the new installation..." - cp -ravu secrets/ .sops.yaml hardware-configuration.nix extra-files/etc/nixos/ - echo -e "\n\n ✅ Writing docker configuration files..." envsubst < config-files/traefik/headers.yaml > extra-files/mnt/config-storage/traefik/config/conf/headers.yaml envsubst < config-files/traefik/nextcloud.yaml > extra-files/mnt/config-storage/traefik/config/conf/nextcloud.yaml