From 934aec245fba043645be4f4aba9fc98e73a63de9 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 29 Jun 2023 22:05:48 +0900 Subject: [PATCH] test --- laptop/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laptop/home-manager.nix b/laptop/home-manager.nix index 52537e68..74431dd5 100644 --- a/laptop/home-manager.nix +++ b/laptop/home-manager.nix @@ -30,7 +30,7 @@ in userName = "albert"; userEmail = "albert@sysctl.io"; extraConfig = { - config.credential.helper = "cache --timeout=25920000"; + credential.helper = "cache --timeout=25920000"; }; }; };