Move secrets into .env into ansible-vault

This commit is contained in:
Tobias Reisinger 2024-10-27 16:51:01 +01:00
parent 67222f6415
commit 0bbfe1acec
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 53 additions and 51 deletions

3
.envrc
View file

@ -1 +1,4 @@
use nix
eval "$(ansible-vault view .env | direnv dotenv bash /dev/stdin)"
watch_file ".env"