Added git credentials system file as it didnt exist before. (This is also a test push for it)

This commit is contained in:
2025-08-28 15:44:56 +02:00
parent 5497c5a7ae
commit 09c635b9f7

View File

@ -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;