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"; }; }; };