mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-12-16 15:10:06 +05:30
feat(homelab): add api keys
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user