1
0
Fork 0

feat: git send email

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-12-05 21:26:23 -06:00
parent a44d47e56f
commit d8de4564b8
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
4 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,9 @@ in {
};
};
includes = [
{
path = "/run/agenix/git-send-email";
}
{
condition = "gitdir:~/ndlegis/";
path = "${config.xdg.configHome}/git/work-config";

View File

@ -128,6 +128,7 @@
spotify-pw = userSecret ./secrets/shared/spotify-pw.age;
irc-pw = userSecret ./secrets/shared/irc-pw.age;
gist-pw = userSecret ./secrets/shared/gist-pw.age;
git-send-email = userSecret ./secrets/shared/git-send-email.age;
};
};
};

View File

@ -11,6 +11,7 @@ in {
"shared/spotify-pw.age".publicKeys = all;
"shared/irc-pw.age".publicKeys = all;
"shared/gist-pw.age".publicKeys = all;
"shared/git-send-email.age".publicKeys = all;
"work/netrc.age".publicKeys = [jolheiser chai];
"work/pip.conf.age".publicKeys = [jolheiser chai];
"work/pypirc.age".publicKeys = [jolheiser chai];

Binary file not shown.