Remove git-crypt

This commit is contained in:
Dave Gallant
2024-02-18 20:06:48 -05:00
parent adb94b9e57
commit f2f5b9ee3e
7 changed files with 1 additions and 15 deletions

View File

@@ -1,4 +0,0 @@
# Do not edit this file. To specify the files to encrypt, create your own
# .gitattributes file in the directory where your files are.
* !filter !diff
*.gpg binary

1
.gitattributes vendored
View File

@@ -1 +0,0 @@
**/.aws/** filter=git-crypt diff=git-crypt

View File

@@ -36,7 +36,3 @@ make rollback
## Pre-commit hooks
Pre-commit hooks are automatically activated when [direnv](https://github.com/direnv/direnv) is installed.
## Encryption
Overly sensitive configuration is encrypted with [git-crypt](https://www.agwa.name/projects/git-crypt/).

Binary file not shown.

View File

@@ -578,8 +578,4 @@ in {
};
};
};
home.file = {
".aws/config".source = ./.aws/config;
};
}

View File

@@ -12,7 +12,6 @@ in {
# essentials
curl
gcc
git-crypt
gnumake
gnupg
imagemagick
@@ -58,7 +57,7 @@ in {
unstable.google-cloud-sdk
unstable.awscli2
# language servers
# LSP
nodePackages.bash-language-server
nodePackages.pyright
nodePackages.yaml-language-server