feat: remove OpenAI API key secret and update setup script with warning for 1Password Service Account Token
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-03-12 00:00:45 +01:00
parent 17d0c52fad
commit b43fe925ec
2 changed files with 2 additions and 9 deletions

View File

@ -504,6 +504,8 @@ EOF
log_error "!!! Please logout / restart to continue !!!"
log_error "~~~ Proceed by running 'dotf update' ~~~"
echo ""
log_warning "Note: For servers to be able to load secrets you might want to populate ~/.op_sat with a 1Password Service Account Token."
echo ""
}
main "$@"