refactor(nix/hm/price): set git gpg signing key to null
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m11s

This commit is contained in:
Price Hiller 2024-05-29 00:15:36 -05:00
parent 1158f450dc
commit d2af7dab9c
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -319,7 +319,7 @@ in
};
signing = {
signByDefault = true;
key = "C3FADDE7A8534BEB";
key = null;
};
delta = {
enable = true;