home/git: add sign key and enable signing by default
This commit is contained in:
parent
d5fbf61c34
commit
f4a7213057
@ -168,6 +168,8 @@ with lib; {
|
|||||||
pull = {rebase = true;};
|
pull = {rebase = true;};
|
||||||
credential = {helper = "store";};
|
credential = {helper = "store";};
|
||||||
};
|
};
|
||||||
|
signing.key = "020C42B7A9ABA3E2";
|
||||||
|
signing.signByDefault = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
obs-studio = {
|
obs-studio = {
|
||||||
|
Loading…
Reference in New Issue
Block a user