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
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m11s
This commit is contained in:
parent
1158f450dc
commit
d2af7dab9c
@ -319,7 +319,7 @@ in
|
|||||||
};
|
};
|
||||||
signing = {
|
signing = {
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
key = "C3FADDE7A8534BEB";
|
key = null;
|
||||||
};
|
};
|
||||||
delta = {
|
delta = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user