diff --git a/alex/home.nix b/alex/home.nix index 7836538..cb63daf 100644 --- a/alex/home.nix +++ b/alex/home.nix @@ -139,7 +139,10 @@ programs.git = { enable = true; userName = "Alexander Wainwright"; - userEmail = "code@figtree.dev"; + userEmail = "alexander.l.wainwright@boeing.com"; + extraConfig = { + pull.ff = "only"; + }; }; # starship - an customizable prompt for any shell