diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-11-02 23:10:44 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-11-02 23:10:44 +0100 |
commit | e23d7b6be16c9f57b4b96e885418c54d3098cb79 (patch) | |
tree | 67deed86eb7fba7458909794124e0ed0a9b82a97 /hosts | |
parent | dotfiles: nvim: run autoformatter async and install haskell formatter (diff) | |
download | nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.tar.gz nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.tar.bz2 nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.zip |
Update
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index b5fad62..9dfb894 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -143,6 +143,7 @@ extraConfig = { push.autoSetupRemote = true; init.defaultBranch = "master"; + safe.directory = [ "*" ]; sendemail = { smtpserver = "smtp.gmail.com"; smtpserverport = "587"; |