feat(homelab): add api keys

This commit is contained in:
tux
2025-10-14 13:15:06 +05:30
parent 6a7decf5be
commit 19f271b4f9
2 changed files with 21 additions and 8 deletions

View File

@@ -23,6 +23,21 @@
discord_token = {
sopsFile = ./secrets.yaml;
};
hyperbolic_api_key = {
sopsFile = ./secrets.yaml;
owner = "${username}";
};
gemini_api_key = {
sopsFile = ./secrets.yaml;
owner = "${username}";
};
open_router_api_key = {
sopsFile = ./secrets.yaml;
owner = "${username}";
};
};
tux.services.cyber-tux = {