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:
parent
1743869b07
commit
6fbd5447b8
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue