Skip to content

Commit

Permalink
fix(homelab2): disk path
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Dec 21, 2024
1 parent ee60756 commit b165f61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hosts/homelab2/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pkgs,
lib,
sops,
fileSystems,
...
}:
let
Expand Down Expand Up @@ -125,7 +124,7 @@ in
BUCKET="velero-backup-tch"
PATH_PREFIX="v1/kopia/"
ENDPOINT="https://s3.eu-central-003.backblazeb2.com"
LOCAL_BASE_DIR="${fileSystems."/mnt/elements".mountPoint}/kopia-sync/repositories"
LOCAL_BASE_DIR="/mnt/elements/kopia-sync/repositories"
B2_KEY_ID="$(${pkgs.coreutils}/bin/cat ${sops.secrets.b2-velero-backup-tch-key-id.path})"
B2_KEY="$(${pkgs.coreutils}/bin/cat ${sops.secrets.b2-velero-backup-tch-key.path})"
KOPIA_PASSWORD="$(${pkgs.coreutils}/bin/cat ${sops.secrets.kopia-password.path})"
Expand Down

0 comments on commit b165f61

Please sign in to comment.