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 = [