From 1f4240bee4d63beb7c59640080994dda04bdd6b6 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 17 Dec 2024 11:39:59 -0800 Subject: [PATCH] updated update-nix.sh --- file_fixes_and_new_services/update-agenix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_fixes_and_new_services/update-agenix.sh b/file_fixes_and_new_services/update-agenix.sh index f78ee32..3e73666 100755 --- a/file_fixes_and_new_services/update-agenix.sh +++ b/file_fixes_and_new_services/update-agenix.sh @@ -42,7 +42,7 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/update-agenix/completed pushd /var/lib/agenix-secrets/ - /run/current-system/sw/bin/echo -n $(/run/current-system/sw/bin/cat /var/lib/secrets/wordpressdb) | EDITOR='/run/current-system/sw/bin/cp /dev/stdin' run/current-system/sw/bin/nix run github:ryantm/agenix -- -e wordpressdb.age -i /root/.ssh/agenix/agenix-secret-keys + /run/current-system/sw/bin/echo -n $(/run/current-system/sw/bin/cat /var/lib/secrets/wordpressdb) | EDITOR='/run/current-system/sw/bin/cp /dev/stdin' /run/current-system/sw/bin/nix run github:ryantm/agenix -- -e wordpressdb.age -i /root/.ssh/agenix/agenix-secret-keys /run/current-system/sw/bin/echo -n $(/run/current-system/sw/bin/cat /var/lib/secrets/nextclouddb) | EDITOR='/run/current-system/sw/bin/cp /dev/stdin' /run/current-system/sw/bin/nix run github:ryantm/agenix -- -e nextclouddb.age -i /root/.ssh/agenix/agenix-secret-keys