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

@@ -57,10 +57,6 @@ in {
(mkIf cfg.toothpick.enable { (mkIf cfg.toothpick.enable {
age = {sshKeyPaths = ["/home/toothpick/.ssh/id_ed25519"];}; age = {sshKeyPaths = ["/home/toothpick/.ssh/id_ed25519"];};
secrets = { secrets = {
openai_api_key = {
format = "yaml";
sopsFile = "${self}/secrets/toothpick-secrets.yaml";
};
ssh_user = { ssh_user = {
format = "yaml"; format = "yaml";
sopsFile = "${self}/secrets/toothpick-secrets.yaml"; sopsFile = "${self}/secrets/toothpick-secrets.yaml";
@@ -70,10 +66,6 @@ in {
(mkIf cfg.adam.enable { (mkIf cfg.adam.enable {
age = {sshKeyPaths = ["/home/adam/.ssh/id_ed25519"];}; age = {sshKeyPaths = ["/home/adam/.ssh/id_ed25519"];};
secrets = { secrets = {
openai_api_key = {
format = "yaml";
sopsFile = "${self}/secrets/adam-secrets.yaml";
};
ssh_user = { ssh_user = {
format = "yaml"; format = "yaml";
sopsFile = "${self}/secrets/adam-secrets.yaml"; sopsFile = "${self}/secrets/adam-secrets.yaml";

View File

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