Fixed pathing and hard to comprehend file names due to homonyms.

This commit is contained in:
Root User 2026-02-07 17:47:53 +01:00
parent 4148c4bd07
commit 35c7b7e56c
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 3 additions and 1 deletions

View file

@ -118,7 +118,9 @@ else
fi fi
# Step 2.1: Sync secrets directory # Step 2.1: Sync secrets directory
SECRETS_DIR="${SCRIPT_DIR}/../secrets" # nix-system-configs/modules/scripts /pull.zsh
# nix-system-configs/secrets/songsheet/secrets.yaml
SECRETS_DIR="${SCRIPT_DIR}/../../secrets"
SECRETS_TARGET="/etc/nixos/secrets" SECRETS_TARGET="/etc/nixos/secrets"
if [[ -d "$SECRETS_DIR" ]]; then if [[ -d "$SECRETS_DIR" ]]; then