fix: add git config for git.pub.solar

This commit is contained in:
Benjamin Bädorf 2023-11-12 18:19:36 +01:00
parent 0a30dbdfab
commit defa1dd4b5
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -13,6 +13,10 @@ in {
programs.ssh = {
enable = true;
matchBlocks = {
"git.pub.solar" = {
user = "gitea";
};
"aur.archlinux.org" = {
user = "aur";
};