From 72816444398fdb597b49b33e0fd0fd876099d7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 2 May 2024 12:35:32 +0200 Subject: [PATCH] Fix backup-home --- home/services/backup-home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/services/backup-home.nix b/home/services/backup-home.nix index 887cbb3..4808d89 100644 --- a/home/services/backup-home.nix +++ b/home/services/backup-home.nix @@ -14,7 +14,7 @@ let echo "========== BACKUP HOME STARTING ==========" export RESTIC_PASSWORD="gunter.home.2rjus.net" export RESTIC_REPOSITORY="rest:http://10.69.12.52:8000/gunter.home.2rjus.net" - GOTIFY_TOKEN=$(<"$XDG_RUNTIME_DIR/secrets/gotify_backup_home") + GOTIFY_TOKEN=$(<"$XDG_CONFIG_HOME/sops-nix/secrets/gotify_backup_home") if [ -z "$GOTIFY_TOKEN" ]; then notify-send -u critical "Backup issue" "No Gotify token found"