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

View File

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