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
.git-crypt/.gitattributes vendored Normal file
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
.gitattributes vendored
View File

@@ -1 +1,2 @@
* text=auto
creds.json filter=git-crypt diff=git-crypt merge=git-crypt

1
.gitignore vendored
View File

@@ -1,2 +1 @@
.direnv/
creds.json

BIN
creds.json Normal file

Binary file not shown.

View File

@@ -12,6 +12,7 @@
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
dnscontrol
git-crypt
];
};
}