From 9258ecfaab329a34c462fe7738ee0ecfb06ded4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Billet?= Date: Wed, 26 Nov 2025 22:48:04 +0100 Subject: [PATCH] Changed files updated script. --- deploy.sh | 3 --- 1 file changed, 3 deletions(-) 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