home/git: add sign key and enable signing by default

This commit is contained in:
Asmir A 2023-10-28 18:11:08 +02:00
parent d5fbf61c34
commit f4a7213057
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -168,6 +168,8 @@ with lib; {
pull = {rebase = true;};
credential = {helper = "store";};
};
signing.key = "020C42B7A9ABA3E2";
signing.signByDefault = true;
};
obs-studio = {