From 350a2d2bfbdda15742ca0a9a178dfee25cc1f049 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 31 Mar 2026 21:16:59 +0000 Subject: [PATCH] Update common/configuration.nix --- common/configuration.nix | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/common/configuration.nix b/common/configuration.nix index afed0b9..0d8eaf4 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -63,23 +63,14 @@ nix.settings = { }; -# programs.git = { -# enable = true; -# package = pkgs.git; -# config = { -# credential.helper = "store"; -# }; -# }; -programs.git = { - enable = true; - package = pkgs.git; - config = { - credential = { - helper = "store --file=/home/nixos/.git-credentials"; - useHttpPath = true; + programs.git = { + enable = true; + package = pkgs.git; + config = { + credential.helper = "store"; }; }; -}; + } \ No newline at end of file