mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
added llama api key
This commit is contained in:
parent
27f765fe22
commit
07586a80ee
4 changed files with 34 additions and 4 deletions
|
|
@ -12,13 +12,18 @@ creation_rules:
|
|||
key_groups:
|
||||
- age:
|
||||
- *desktop
|
||||
# Desktop secrets
|
||||
- path_regex: secrets/system/llama\.yaml$ # llama.cpp API key
|
||||
key_groups:
|
||||
- age:
|
||||
- *desktop
|
||||
# Server secrets (cameras)
|
||||
- path_regex: secrets/system/cameras\.yaml$ # RTSP Feed
|
||||
key_groups:
|
||||
- age:
|
||||
- *server
|
||||
# Server secrets (searxng)
|
||||
- path_regex: secrets/system/searxng\.yaml$
|
||||
- path_regex: secrets/system/searxng\.yaml$ # searxng token
|
||||
key_groups:
|
||||
- age:
|
||||
- *server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue