🖥️ Remove askPass and add autoSetupRemote to git config

This commit is contained in:
2025-01-07 20:32:55 +01:00
parent e223999ae1
commit 62a0a52935
2 changed files with 5 additions and 0 deletions

View File

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