try updating cred helper to store

This commit is contained in:
2025-01-12 00:03:22 -06:00
parent cc23aeedc6
commit 29b9198ce2

View File

@@ -72,6 +72,12 @@
enable = true; enable = true;
flake = "/home/${username}/nix-config"; flake = "/home/${username}/nix-config";
}; };
git = {
enable = true;
config = {
credential.helper = "store";
};
};
}; };
networking.nameservers = [ networking.nameservers = [