add ssh-agent

make git commit signing add key

set sudo timout to 1m
This commit is contained in:
Gerg-L 2024-02-28 21:43:37 -05:00
parent 264bae45fe
commit 87829596b6
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 18 additions and 2 deletions

View file

@ -47,6 +47,14 @@ _:
};
};
programs.ssh = {
startAgent = true;
agentTimeout = "1m";
extraConfig = ''
AddKeysToAgent yes
'';
};
i18n.defaultLocale = "en_US.UTF-8";
#time settings