Add encrypted credentials via git-crypt.

This commit is contained in:
2026-02-25 21:06:50 -05:00
parent 3da867f69f
commit 321790cfb4
6 changed files with 6 additions and 1 deletions
+4
View File
@@ -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
+1
View File
@@ -1 +1,2 @@
* text=auto * text=auto
creds.json filter=git-crypt diff=git-crypt merge=git-crypt
-1
View File
@@ -1,2 +1 @@
.direnv/ .direnv/
creds.json
BIN
View File
Binary file not shown.
+1
View File
@@ -12,6 +12,7 @@
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
dnscontrol dnscontrol
git-crypt
]; ];
}; };
} }