Skip to content

Commit

Permalink
git-crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramblurr committed May 21, 2023
1 parent 7ae2026 commit 1377367
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**/*.secrets/** filter=git-crypt diff=git-crypt
**/secrets/** filter=git-crypt diff=git-crypt
# Just in case, never filter git files
.gitattributes !filter !diff
.gitignore !filter !diff
**/*.sops.yaml !filter !diff
**/*.sops.yml !filter !diff
1 change: 1 addition & 0 deletions profiles/addon-dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
home.file."vendor/jdks/openjdk11".source = pkgs.openjdk11;
home.file."vendor/jdks/openjdk19".source = pkgs.openjdk19;
home.packages = with pkgs; [
git-crypt
ansible
go
git-filter-repo
Expand Down

0 comments on commit 1377367

Please sign in to comment.