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: [