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 = { programs.ssh = {
enable = true; enable = true;
matchBlocks = { matchBlocks = {
"git.pub.solar" = {
user = "gitea";
};
"aur.archlinux.org" = { "aur.archlinux.org" = {
user = "aur"; user = "aur";
}; };