Adjust git settings on marauder
This commit is contained in:
parent
fd605c040b
commit
690b2e2deb
1 changed files with 3 additions and 5 deletions
|
|
@ -172,9 +172,10 @@ in {
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
config = {
|
config = {
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
|
push.autoSetupRemote = true;
|
||||||
user = {
|
user = {
|
||||||
email = "git@nettika.cat";
|
|
||||||
name = "Nettika";
|
name = "Nettika";
|
||||||
|
email = "git@nettika.cat";
|
||||||
};
|
};
|
||||||
credential.helper = "store";
|
credential.helper = "store";
|
||||||
};
|
};
|
||||||
|
|
@ -190,7 +191,7 @@ in {
|
||||||
|
|
||||||
programs.ssh.extraConfig = ''
|
programs.ssh.extraConfig = ''
|
||||||
Host quasar
|
Host quasar
|
||||||
HostName consortium.chat
|
HostName quasar.leaf.ninja
|
||||||
IdentityFile ~/.ssh/LightsailDefaultKey-us-west-2.pem
|
IdentityFile ~/.ssh/LightsailDefaultKey-us-west-2.pem
|
||||||
|
|
||||||
Host monolith
|
Host monolith
|
||||||
|
|
@ -199,9 +200,6 @@ in {
|
||||||
Host astral
|
Host astral
|
||||||
HostName astral.leaf.ninja
|
HostName astral.leaf.ninja
|
||||||
IdentityFile ~/.ssh/LightsailDefaultKey-us-west-2.pem
|
IdentityFile ~/.ssh/LightsailDefaultKey-us-west-2.pem
|
||||||
|
|
||||||
Host apogee
|
|
||||||
HostName 46.226.107.209
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
services.mysql = {
|
services.mysql = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue