🖥️ Remove askPass and add autoSetupRemote to git config

This commit is contained in:
Martin Berg Alstad 2025-01-07 20:32:55 +01:00
parent e223999ae1
commit 62a0a52935
Signed by: martials
GPG Key ID: A3824877B269F2E2
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -16,5 +16,7 @@
# Or disable the firewall altogether.
# networking.firewall.enable = false;
programs.ssh.enableAskPassword = false;
services.tailscale.enable = true;
}