From bac3160cde59d3e3d0402d8de6945afbaadd9250 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 29 Jun 2023 22:06:04 +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 74431dd5..11cdca3c 100644 --- a/laptop/home-manager.nix +++ b/laptop/home-manager.nix @@ -16,7 +16,7 @@ in userName = "albert"; userEmail = "albert@sysctl.io"; extraConfig = { - config.credential.helper = "cache --timeout=25920000"; + credential.helper = "cache --timeout=25920000"; }; }; };