From 4d3850020b030397fe5d2ecd54600d2becf029ba Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:11:21 +0200 Subject: [PATCH] Disable ipv4-only git --- home/features/cli/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/cli/git.nix b/home/features/cli/git.nix index ec86a20..0f7882d 100644 --- a/home/features/cli/git.nix +++ b/home/features/cli/git.nix @@ -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;