feat(sirius): add api keys for hyperbolic, gemini, and openrouter

This commit is contained in:
tux
2025-10-11 03:20:20 +05:30
parent 474901aa65
commit 0bf00fc3c3
2 changed files with 44 additions and 0 deletions

View File

@@ -14,6 +14,23 @@
tux.services.openssh.enable = true;
sops.secrets = {
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}";
};
};
boot.binfmt.emulatedSystems = ["aarch64-linux"];
nixpkgs = {