commit | d1f727b85aaf023b95447fa976d27bc7501ae839 | [log] [tgz] |
---|---|---|
author | Samuel Shuert <coded@clicks.codes> | Tue Feb 20 22:43:10 2024 +0000 |
committer | Samuel Shuert <coded@clicks.codes> | Tue Feb 20 23:24:39 2024 +0000 |
tree | 30ac71af0caf5c4a1d95820792ca838c54efb6d7 | |
parent | dc574ad516c592026aef60f2a95cd64b4d40f395 [diff] [blame] |
Add git-crypt Add .gitattributes for git-crypt, this detects files matching *.crypt.* this allows us to put secrets files anywhere in the repository. Add 2 git-crypt collaborators BE99ADB5 Samuel Shuert <coded@clicks.codes> 22772E7A Minion3665 <minion@clicks.codes> Change-Id: Iffcfd9ff0f7f1cf4991ffa2e89b4403f0d29f675 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/410 Reviewed-by: Skyler Grey <minion@clicks.codes> Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/homes/x86_64-linux/coded@shorthair/default.nix b/homes/x86_64-linux/coded@shorthair/default.nix index 85b2f01..21ce924 100644 --- a/homes/x86_64-linux/coded@shorthair/default.nix +++ b/homes/x86_64-linux/coded@shorthair/default.nix
@@ -45,6 +45,7 @@ delta.enable = true; stgit.enable = true; gitReview.enable = true; + gitCrypt.enable = true; auth.clicksUsername = "coded"; };