🖥️ Remove askPass and add autoSetupRemote to git config
This commit is contained in:
parent
e223999ae1
commit
62a0a52935
@ -39,6 +39,9 @@ in
|
||||
enable = true;
|
||||
userName = "Martin Berg Alstad";
|
||||
userEmail = "git@martials.no";
|
||||
extraConfig = {
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
@ -16,5 +16,7 @@
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
programs.ssh.enableAskPassword = false;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user