diff options
| author | Baitinq <[email protected]> | 2022-07-31 17:12:18 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-31 17:12:18 +0200 |
| commit | d5ade327ffca3d01862fffab260b31c0047baf7d (patch) | |
| tree | 48b2c25cef98e11f43838504502cefb610fe797e | |
| parent | Packages: Add arandr (diff) | |
| download | nixos-config-d5ade327ffca3d01862fffab260b31c0047baf7d.tar.gz nixos-config-d5ade327ffca3d01862fffab260b31c0047baf7d.tar.bz2 nixos-config-d5ade327ffca3d01862fffab260b31c0047baf7d.zip | |
Add git extraConfig
| -rw-r--r-- | hosts/home.nix | 4 |
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 = { |