summaryrefslogtreecommitdiff
path: root/users/root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/root.nix')
-rw-r--r--users/root.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/root.nix b/users/root.nix
index e8054b25..a56c3c51 100644
--- a/users/root.nix
+++ b/users/root.nix
@@ -37,8 +37,8 @@ in {
37 programs = { 37 programs = {
38 git.settings = { 38 git.settings = {
39 user = { 39 user = {
40 email = "gkleen@yggdrasil.li";
41 name = "Gregor Kleen"; 40 name = "Gregor Kleen";
41 useConfigOnly = true;
42 }; 42 };
43 core.excludesfile = toString ./gitignore; 43 core.excludesfile = toString ./gitignore;
44 pull.rebase = true; 44 pull.rebase = true;