refactor: separate ssh-agent from gpg-agent

This commit is contained in:
mikl 2026-07-02 01:11:51 +03:00
parent 2164f618f4
commit 2a395c6814

View file

@ -13,10 +13,9 @@
}; };
}; };
# GPG agent settings # GPG agent settings (only for GPG/pass, NOT for SSH)
services.gpg-agent = { services.gpg-agent = {
enable = true; enable = true;
defaultCacheTtl = 3600; defaultCacheTtl = 3600;
enableSshSupport = true;
}; };
} }