Update SOPS_FILE path in justfile

- Changed the path of SOPS_FILE in justfile from "../nix-secrets/secrets.yaml" to "~/.local/share/src/nix-secrets/secrets.yaml"
This commit is contained in:
Sam 2024-07-20 13:49:01 +01:00
parent 1743869b07
commit 6fbd5447b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SOPS_FILE := "../nix-secrets/secrets.yaml"
SOPS_FILE := "~/.local/share/src/nix-secrets/secrets.yaml"
# default recipe to display help information
default: