diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/default.nix b/default.nix index 8c7a35f995bb..9c54a7d4707c 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 {}; |