From 4f427a1af02c161414aa76c856ccc4c854b0f31d Mon Sep 17 00:00:00 2001 From: smayzy Date: Mon, 30 Jun 2025 15:18:05 +0200 Subject: [PATCH] try saving git creds --- hosts/common/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index dfa955d..351c6c3 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -70,6 +70,7 @@ extraConfig = { core.editor = "vim"; core.autocrlf = "input"; + credential.helper = "store"; }; };