diff --git a/.git-crypt/.gitattributes b/.git-crypt/.gitattributes deleted file mode 100644 index 665b10e..0000000 --- a/.git-crypt/.gitattributes +++ /dev/null @@ -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 diff --git a/.git-crypt/keys/default/0/A9C4B3F91586EC1B98A55175EA778DE0976D354B.gpg b/.git-crypt/keys/default/0/A9C4B3F91586EC1B98A55175EA778DE0976D354B.gpg deleted file mode 100644 index 499b721..0000000 Binary files a/.git-crypt/keys/default/0/A9C4B3F91586EC1B98A55175EA778DE0976D354B.gpg and /dev/null differ diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index d16b304..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -**/.aws/** filter=git-crypt diff=git-crypt diff --git a/README.md b/README.md index 3caffc1..092f33d 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/home/.aws/config b/home/.aws/config deleted file mode 100755 index 86540ed..0000000 Binary files a/home/.aws/config and /dev/null differ diff --git a/home/default.nix b/home/default.nix index f243f09..f15b2b1 100644 --- a/home/default.nix +++ b/home/default.nix @@ -578,8 +578,4 @@ in { }; }; }; - - home.file = { - ".aws/config".source = ./.aws/config; - }; } diff --git a/modules/packages/common.nix b/modules/packages/common.nix index f4d651d..2e3a135 100644 --- a/modules/packages/common.nix +++ b/modules/packages/common.nix @@ -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