about summary refs log tree commit diff
path: root/hosts/tahoe/secrets/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tahoe/secrets/secrets.nix')
-rw-r--r--hosts/tahoe/secrets/secrets.nix30
1 files changed, 0 insertions, 30 deletions
diff --git a/hosts/tahoe/secrets/secrets.nix b/hosts/tahoe/secrets/secrets.nix
index 7b9500f..fb55bd8 100644
--- a/hosts/tahoe/secrets/secrets.nix
+++ b/hosts/tahoe/secrets/secrets.nix
@@ -14,41 +14,11 @@ in
     owner = "acme";
   };
 
-  # see https://buildkite.com/docs/agent/v3/tokens
-  "buildkite/agent.age" = {
-    publicKeys = all;
-    owner = "buildkite-agent-builder-1";
-    group = "buildkite-agents";
-    mode = "0440";
-  };
-
   "drone/secrets.age" = {
     publicKeys = all;
     owner = "drone";
   };
 
-  "buildkite/graphql.age" = {
-    publicKeys = all;
-    owner = "buildkite-agent-builder-1";
-    group = "buildkite-agents";
-    mode = "0440";
-  };
-
-  # the owner is gerrit, but we also want the builders to access this
-  # configuration.
-  "gerrit/hooks.age" = {
-    publicKeys = all;
-    owner = "git";
-    group = "buildkite-agents";
-    mode = "0440";
-  };
-
-  "gerrit/secure-config.age" = {
-    publicKeys = all;
-    owner = "git";
-    path = "/var/lib/gerrit/etc/secure.config";
-  };
-
   "syncthing/key.age" = {
     publicKeys = all;
     owner = "fcuny";