From d5ade327ffca3d01862fffab260b31c0047baf7d Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 31 Jul 2022 17:12:18 +0200 Subject: Add git extraConfig --- hosts/home.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') 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 = { -- cgit 1.4.1