From c2e5f113b432d716633f6951a176f78685a1fe1b Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sun, 8 Feb 2026 00:53:09 +0100 Subject: [PATCH] More triaging. --- nix-system-configs/modules/system_scripts/gcloud_backup.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix-system-configs/modules/system_scripts/gcloud_backup.nix b/nix-system-configs/modules/system_scripts/gcloud_backup.nix index cd232af..a4f9dfd 100644 --- a/nix-system-configs/modules/system_scripts/gcloud_backup.nix +++ b/nix-system-configs/modules/system_scripts/gcloud_backup.nix @@ -69,7 +69,7 @@ export GOOGLE_APPLICATION_CREDENTIALS="${config.sops.secrets.gcloud_bucket.path}" export PATH="${lib.makeBinPath [pkgs.postgresql pkgs.gzip pkgs.google-cloud-sdk pkgs.gnupg pkgs.coreutils pkgs.gnugrep]}:$PATH" - sudo gcloud auth activate-service-account --key-file="$GOOGLE_APPLICATION_CREDENTIALS" + #gcloud auth activate-service-account --key-file="$GOOGLE_APPLICATION_CREDENTIALS" TIMESTAMP=$(date +%Y%m%d%H%M%S) BACKUP_DIR=$(mktemp -d) @@ -98,7 +98,7 @@ export GOOGLE_APPLICATION_CREDENTIALS="${config.sops.secrets.gcloud_bucket.path}" export PATH="${lib.makeBinPath [pkgs.mariadb pkgs.gzip pkgs.google-cloud-sdk pkgs.gnupg pkgs.coreutils pkgs.gnugrep]}:$PATH" - sudo gcloud auth activate-service-account --key-file="$GOOGLE_APPLICATION_CREDENTIALS" + #sudo gcloud auth activate-service-account --key-file="$GOOGLE_APPLICATION_CREDENTIALS" TIMESTAMP=$(date +%Y%m%d%H%M%S) BACKUP_DIR=$(mktemp -d)