about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 28f4d2d..c968749 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -87,6 +87,10 @@ in
         signByDefault = true;
         key = "18BE4F736F27FC190C1E1000BB3C0BC698650937";
       };
+      extraConfig = {
+        push.autoSetupRemote = true;
+        init.defaultBranch = "master";
+      };
     };
 
     direnv = {