HASH 94ce30c7520a
DATE 2026-01-19
SUBJECT git: userEmail, userName -> user.{name,email}
FILES 1 CHANGED HASH 94ce30c7520a
DATE 2026-01-19
SUBJECT git: userEmail, userName ->
user.{name,email}
FILES 1 CHANGED
┌─ modules/home/console/tools/git.nix ───────────────────────────────────────┐
│ diff --git a/modules/home/console/tools/git.nix b/modules/home/console/tools/git.n │
│ ix │
│ index 88d4267..067dc03 100644 │
│ --- a/modules/home/console/tools/git.nix │
│ +++ b/modules/home/console/tools/git.nix │
│ @@ -12,8 +12,10 @@ in { │
│ config = mkIf cfg.enable { │
│ programs.git = { │
│ enable = true; │
│ - userName = admin.gitName; │
│ - userEmail = admin.gitEmail; │
│ + user = { │
│ + name = admin.gitName; │
│ + email = admin.gitEmail; │
│ + }; │
│ ignores = [".direnv" "result"]; │
│ lfs.enable = true; │
│ }; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...es/home/console/tools/git.nix ───┐
│ diff --git a/modules/home/console/tools/git. │
│ nix b/modules/home/console/tools/git.nix │
│ index 88d4267..067dc03 100644 │
│ --- a/modules/home/console/tools/git.nix │
│ +++ b/modules/home/console/tools/git.nix │
│ @@ -12,8 +12,10 @@ in { │
│ config = mkIf cfg.enable { │
│ programs.git = { │
│ enable = true; │
│ - userName = admin.gitName; │
│ - userEmail = admin.gitEmail; │
│ + user = { │
│ + name = admin.gitName; │
│ + email = admin.gitEmail; │
│ + }; │
│ ignores = [".direnv" "result"]; │
│ lfs.enable = true; │
│ }; │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET