From 90e72cbfc0aaa16a6f58d754131435f8fbf6710f Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 29 Jun 2023 21:57:27 +0900 Subject: [PATCH] test --- laptop/home-manager.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/laptop/home-manager.nix b/laptop/home-manager.nix index df0e8c69..50dfef4d 100644 --- a/laptop/home-manager.nix +++ b/laptop/home-manager.nix @@ -15,9 +15,7 @@ in enable = true; userName = "albert"; userEmail = "albert@sysctl.io"; - includes.credentials.contents = { - helper = "cache --timeout=25920000"; - }; + config.credential.helper = "cache --timeout=25920000"; }; }; } \ No newline at end of file