about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/default.nix b/default.nix
index 8c7a35f995..9c54a7d470 100644
--- a/default.nix
+++ b/default.nix
@@ -24,13 +24,6 @@ let
     # Pass third_party as 'pkgs' (for compatibility with external
     # imports for certain subdirectories)
     pkgs = depot.third_party;
-
-    kms = {
-      project = "tazjins-infrastructure";
-      region = "europe-north1";
-      keyring = "tazjins-keys";
-      key = "kontemplate-key";
-    };
   };
 
   readTree' = import ./nix/readTree {};