drop git-crypt from the repo

This commit is contained in:
Jörg Thalheim 2022-05-15 17:12:59 +02:00
parent 0757a72008
commit e619ff1dda
No known key found for this signature in database
3 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -1,2 +0,0 @@
* filter=git-crypt diff=git-crypt
.gitattributes !filter !diff

View file

@ -9,7 +9,6 @@ mkShell {
];
buildInputs = with pkgs; [
git-crypt
terraform
(terraform.withPlugins (
p: [