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;