Disable ipv4-only git
This commit is contained in:
parent
89e314d3bb
commit
4d3850020b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
#Prefer IPv4 for ssh
|
||||
home.file.".ssh/config".text = "AddressFamily inet";
|
||||
# home.file.".ssh/config".text = "AddressFamily inet";
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue