From e619ff1ddafef6228d031580ec1f0b55e184c3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io> Date: Sun, 15 May 2022 17:12:59 +0200 Subject: [PATCH] drop git-crypt from the repo --- README.md | 1 - secrets/.gitattributes | 2 -- shell.nix | 1 - 3 files changed, 4 deletions(-) delete mode 100644 secrets/.gitattributes diff --git a/README.md b/README.md index c3047ae..a57e5f7 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,6 @@ Thanks to Cachix for sponsoring our binary cache! * ./deploy - Deploy script * ./nix - pinned Nix dependencies and overlays * ./roles - shared NixOS configuration modules -* ./secrets - git-crypt encrypted secrets * ./services - single instances of NixOS services * ./terraform - Setup DNS * ./users - NixOS configuration of our admins diff --git a/secrets/.gitattributes b/secrets/.gitattributes deleted file mode 100644 index 5ccf582..0000000 --- a/secrets/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -* filter=git-crypt diff=git-crypt -.gitattributes !filter !diff diff --git a/shell.nix b/shell.nix index f7f05d4..736e0f5 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,6 @@ mkShell { ]; buildInputs = with pkgs; [ - git-crypt terraform (terraform.withPlugins ( p: [