From 29b9198ce2ef4b784d539198cc5b50eeb512acb5 Mon Sep 17 00:00:00 2001 From: Jared Kling Date: Sun, 12 Jan 2025 00:03:22 -0600 Subject: [PATCH] try updating cred helper to store --- modules/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/common.nix b/modules/common.nix index 49242c2..cc098b0 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -72,6 +72,12 @@ enable = true; flake = "/home/${username}/nix-config"; }; + git = { + enable = true; + config = { + credential.helper = "store"; + }; + }; }; networking.nameservers = [