summaryrefslogtreecommitdiff
path: root/users/root.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-12-07 15:31:18 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-12-07 15:31:18 +0100
commit5798e918fc099b7f2bbe60c6138c3b6672858920 (patch)
tree27e9afaa6d112a31c940f4a2ed45c2d6f5019967 /users/root.nix
parentaaf03d1860760f8fc4ae100d3db3b71ba1d99526 (diff)
downloadnixos-5798e918fc099b7f2bbe60c6138c3b6672858920.tar
nixos-5798e918fc099b7f2bbe60c6138c3b6672858920.tar.gz
nixos-5798e918fc099b7f2bbe60c6138c3b6672858920.tar.bz2
nixos-5798e918fc099b7f2bbe60c6138c3b6672858920.tar.xz
nixos-5798e918fc099b7f2bbe60c6138c3b6672858920.zip
...
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;