feat(opencode): add workstation API key secret

This commit is contained in:
2026-03-23 08:59:42 +00:00
parent c859f5e41e
commit 4adc8329a1
5 changed files with 61 additions and 1 deletions

View File

@@ -17,6 +17,13 @@
networking.hostName = "chidi";
networking.computerName = "chidi";
sops.secrets.opencode-api-key = {
sopsFile = ../../secrets/opencode-api-key;
format = "binary";
owner = "cschmatzler";
path = "/run/secrets/opencode-api-key";
};
environment.systemPackages = with pkgs; [
slack
];

View File

@@ -15,6 +15,13 @@
darwin = {...}: {
networking.hostName = "jason";
networking.computerName = "jason";
sops.secrets.opencode-api-key = {
sopsFile = ../../secrets/opencode-api-key;
format = "binary";
owner = "cschmatzler";
path = "/run/secrets/opencode-api-key";
};
};
})
];

View File

@@ -37,6 +37,12 @@
networking.hostName = "tahani";
sops.secrets = {
opencode-api-key = {
sopsFile = ../../secrets/opencode-api-key;
format = "binary";
owner = "cschmatzler";
path = "/run/secrets/opencode-api-key";
};
tahani-paperless-password = {
sopsFile = ../../secrets/tahani-paperless-password;
format = "binary";