about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix1
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";