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;
|
||||
config = {
|
||||
init.defaultBranch = "master";
|
||||
push.autoSetupRemote = true;
|
||||
user = {
|
||||
email = "git@nettika.cat";
|
||||
name = "Nettika";
|
||||
email = "git@nettika.cat";
|
||||
};
|
||||
credential.helper = "store";
|
||||
};
|
||||
|
|
@ -190,7 +191,7 @@ in {
|
|||
|
||||
programs.ssh.extraConfig = ''
|
||||
Host quasar
|
||||
HostName consortium.chat
|
||||
HostName quasar.leaf.ninja
|
||||
IdentityFile ~/.ssh/LightsailDefaultKey-us-west-2.pem
|
||||
|
||||
Host monolith
|
||||
|
|
@ -199,9 +200,6 @@ in {
|
|||
Host astral
|
||||
HostName astral.leaf.ninja
|
||||
IdentityFile ~/.ssh/LightsailDefaultKey-us-west-2.pem
|
||||
|
||||
Host apogee
|
||||
HostName 46.226.107.209
|
||||
'';
|
||||
|
||||
services.mysql = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue