mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 10:33:39 +00:00
Remove git-crypt
This commit is contained in:
4
.git-crypt/.gitattributes
vendored
4
.git-crypt/.gitattributes
vendored
@@ -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
|
Binary file not shown.
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1 +0,0 @@
|
||||
**/.aws/** filter=git-crypt diff=git-crypt
|
@@ -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/).
|
||||
|
BIN
home/.aws/config
BIN
home/.aws/config
Binary file not shown.
@@ -578,8 +578,4 @@ in {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".aws/config".source = ./.aws/config;
|
||||
};
|
||||
}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user