summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/gkleen/default.nix2
-rw-r--r--users/root.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/users/gkleen/default.nix b/users/gkleen/default.nix
index b3b49949..9f606ea4 100644
--- a/users/gkleen/default.nix
+++ b/users/gkleen/default.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;
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;