Fixed pathing and hard to comprehend file names due to homonyms.
This commit is contained in:
parent
4148c4bd07
commit
35c7b7e56c
2 changed files with 3 additions and 1 deletions
|
|
@ -118,7 +118,9 @@ else
|
|||
fi
|
||||
|
||||
# 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"
|
||||
|
||||
if [[ -d "$SECRETS_DIR" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue