summaryrefslogtreecommitdiff
path: root/hm/conf/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/conf/git.nix')
-rw-r--r--hm/conf/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/conf/git.nix b/hm/conf/git.nix
index 09bd9e1..b297153 100644
--- a/hm/conf/git.nix
+++ b/hm/conf/git.nix
@@ -10,7 +10,7 @@ in
lfs.enable = true;
settings = {
user.name = "adikro";
- user.email = "/run/secrets/git/email";
+ user.email = "adikro@disroot.org";
init.defaultBranch = "main";
};
};