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/.git-crypt/.gitattributes b/.git-crypt/.gitattributes
new file mode 100644
index 0000000..665b10e
--- /dev/null
+++ b/.git-crypt/.gitattributes
@@ -0,0 +1,4 @@
+# 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/76E0B09A741C4089522111E5F27E3E5922772E7A.gpg b/.git-crypt/keys/default/0/76E0B09A741C4089522111E5F27E3E5922772E7A.gpg
new file mode 100644
index 0000000..a135b10
--- /dev/null
+++ b/.git-crypt/keys/default/0/76E0B09A741C4089522111E5F27E3E5922772E7A.gpg
Binary files differ
diff --git a/.git-crypt/keys/default/0/BC82DF237610AE9113EB075900E944BFBE99ADB5.gpg b/.git-crypt/keys/default/0/BC82DF237610AE9113EB075900E944BFBE99ADB5.gpg
new file mode 100644
index 0000000..84e58a0
--- /dev/null
+++ b/.git-crypt/keys/default/0/BC82DF237610AE9113EB075900E944BFBE99ADB5.gpg
Binary files differ