home.git: Update creds and urls

This commit is contained in:
Pyrox 2023-02-22 09:41:14 -05:00
parent 57cf1295ef
commit 2895689fb9
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -43,7 +43,7 @@ with pkgs; {
pull.rebase = false;
# gpg.format = "ssh";
gpg."ssh".allowedSignersFile = "~/.ssh/authorized_signatures";
"credential \"https://git.thehedgehog.me\"".username = "thehedgeh0g";
"credential \"https://git.pyrox.dev\"".username = "thehedgeh0g";
credential.helper = "rbw";
};
lfs = {
@ -54,8 +54,8 @@ with pkgs; {
key = "0xFE1D8A7D620C611F";
signByDefault = true;
};
userEmail = "me@thehedgehog.me";
userName = "The Hedgehog";
userEmail = "pyrox@pyrox.dev";
userName = "Pyrox";
};
programs.lazygit = {
enable = true;