Update local desktop and secrets configuration

This commit is contained in:
2026-04-12 14:58:33 -07:00
committed by Kat Huang
parent 65a1b11605
commit 4774ff5e8f
13 changed files with 158 additions and 138 deletions

View File

@@ -185,6 +185,9 @@ in {
programs.ssh = {
enable = true;
enableDefaultConfig = false;
extraConfig = ''
Include /home/imalison/config/dotfiles/ssh/config
'';
matchBlocks = {
"*" = {
forwardAgent = true;
@@ -201,6 +204,8 @@ in {
};
};
home.file.".ssh/config".force = true;
services.gpg-agent = {
enable = true;
defaultCacheTtl = 8 * 60 * 60;