mirror of https://git.jolheiser.com/dotnix.git
parent
a44d47e56f
commit
d8de4564b8
|
@ -58,6 +58,9 @@ in {
|
|||
};
|
||||
};
|
||||
includes = [
|
||||
{
|
||||
path = "/run/agenix/git-send-email";
|
||||
}
|
||||
{
|
||||
condition = "gitdir:~/ndlegis/";
|
||||
path = "${config.xdg.configHome}/git/work-config";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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.
Loading…
Reference in New Issue