about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-31 17:12:18 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-31 17:12:18 +0200
commitd5ade327ffca3d01862fffab260b31c0047baf7d (patch)
tree48b2c25cef98e11f43838504502cefb610fe797e /hosts/home.nix
parentPackages: Add arandr (diff)
downloadnixos-config-d5ade327ffca3d01862fffab260b31c0047baf7d.tar.gz
nixos-config-d5ade327ffca3d01862fffab260b31c0047baf7d.tar.bz2
nixos-config-d5ade327ffca3d01862fffab260b31c0047baf7d.zip
Add git extraConfig
Diffstat (limited to 'hosts/home.nix')
-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 = {