aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/aerc/accounts.conf.agebin1483 -> 1797 bytes
-rwxr-xr-xsensitive2
2 files changed, 1 insertions, 1 deletions
diff --git a/config/aerc/accounts.conf.age b/config/aerc/accounts.conf.age
index aaec56f..a738b67 100644
--- a/config/aerc/accounts.conf.age
+++ b/config/aerc/accounts.conf.age
Binary files differ
diff --git a/sensitive b/sensitive
index a6a839e..b79cc2b 100755
--- a/sensitive
+++ b/sensitive
@@ -5,7 +5,7 @@ sensitive_files=("config/aerc/accounts.conf")
if [[ "$1" == "update" ]]; then
echo "Updating"
for sensitive_file in $sensitive_files; do
- age -R ~/.dotfiles/recipients.txt -o $sensitive_file.age $sensitive_file
+ age -R ~/.dotfiles/age-recipients -o $sensitive_file.age $sensitive_file
done
else
echo "Decrypting"