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