fixed password update command

This commit is contained in:
Leyla Becker 2024-09-23 21:34:04 -05:00
parent bd7e575868
commit 4515bab713
3 changed files with 6 additions and 5 deletions

View file

@ -32,9 +32,10 @@
- Look into this for home assistant configuration https://nixos.wiki/wiki/Home_Assistant https://myme.no/posts/2021-11-25-nixos-home-assistant.html
## Configuration
updating passwords: `sops secrets/secrets.yaml`
set up git configuration for local development: `git config --local include.path .gitconfig`
to update passwords run: `nix shell nixpkgs#sops -c sops secrets/user-passwords.yaml` (NOTE: this depends on the SOPS_AGE_KEY_DIRECTORY environment variable being set)
# Tasks:
## Tech Debt