removed openai keys from irrelevant useres

This commit is contained in:
cnst
2024-08-25 20:32:25 +02:00
parent 66b37cd9a0
commit 90215fa3b2
2 changed files with 0 additions and 16 deletions

View File

@@ -52,10 +52,6 @@ in {
})
(mkIf cfg.toothpc.enable {
secrets = {
openai_api_key = {
format = "yaml";
sopsFile = "${self}/secrets/toothpc-secrets.yaml";
};
ssh_host = {
format = "yaml";
sopsFile = "${self}/secrets/toothpc-secrets.yaml";
@@ -64,10 +60,6 @@ in {
})
(mkIf cfg.adampad.enable {
secrets = {
openai_api_key = {
format = "yaml";
sopsFile = "${self}/secrets/adampad-secrets.yaml";
};
ssh_host = {
format = "yaml";
sopsFile = "${self}/secrets/adampad-secrets.yaml";