From 09c635b9f7b642658662d6847108ba57d3d8a325 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Thu, 28 Aug 2025 15:44:56 +0200 Subject: [PATCH] Added git credentials system file as it didnt exist before. (This is also a test push for it) --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 77368ff..68351c1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -171,6 +171,7 @@ helper = store --file /etc/git-credentials ''; + environment.etc."git-credentials".text = ''''; #So no user in the group Wheel has to input the password in order to use sudo security.sudo.wheelNeedsPassword = false;