feat(wpcarro/diogenes): Enable ssh-agent

Change-Id: I38fe1fcf4be2423acc29c43449cb778c8890df01
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4581
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2021-12-24 13:14:24 -05:00 committed by clbot
parent fbfce6c2a0
commit fcb1c375fc

View file

@ -50,6 +50,12 @@ in {
sudo.wheelNeedsPassword = false; sudo.wheelNeedsPassword = false;
}; };
programs.ssh = {
startAgent = true;
extraConfig = ''
AddKeysToAgent yes
'';
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
fd fd