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