# hefe ## Secrets - Managed using agenix - Don't forget to add secrets to git! Create secrets: ```bash ./secret_create.sh ``` Edit secrets: ```bash ; EDITOR=hx nix run git+https://github.com/ryantm/agenix -- -e ``` Print the generated secrets file as follows: ```bash ; nix eval -I nixpkgs=flake:nixpkgs --file secrets.nix ``` ## Deploy Using [deploy-rs](https://github.com/serokell/deploy-rs) to deploy ```bash ; deploy .#corrino ; deploy .#caladan ```