drop git-crypt from the repo
This commit is contained in:
parent
0757a72008
commit
e619ff1dda
3 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
2
secrets/.gitattributes
vendored
2
secrets/.gitattributes
vendored
|
@ -1,2 +0,0 @@
|
|||
* filter=git-crypt diff=git-crypt
|
||||
.gitattributes !filter !diff
|
|
@ -9,7 +9,6 @@ mkShell {
|
|||
];
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
git-crypt
|
||||
terraform
|
||||
(terraform.withPlugins (
|
||||
p: [
|
||||
|
|
Loading…
Add table
Reference in a new issue