This commit is contained in:
John Lancaster
2025-07-03 00:24:27 -05:00
parent 74a399b8da
commit 322d4ee482

View File

@@ -66,7 +66,7 @@
useUserPackages = true; useUserPackages = true;
extraSpecialArgs = { inherit inputs; }; extraSpecialArgs = { inherit inputs; };
users.root.programs.git = { users.root.programs.git = {
stateVersion = config.stateVersion; home.stateVersion = config.stateVersion;
extraConfig.credential.helper = "store --file ~/.git-credentials"; extraConfig.credential.helper = "store --file ~/.git-credentials";
}; };
users.${config.user} = { users.${config.user} = {