feat: refactor

This commit is contained in:
Barrett Ruth 2026-02-13 21:34:53 -05:00
parent 332a7dbfbe
commit 30286dbedb
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
13 changed files with 231 additions and 151 deletions

View file

@ -2,6 +2,7 @@
lib,
config,
pkgs,
hostConfig,
...
}:
@ -139,7 +140,7 @@
programs.gpg.enable = true;
services.gpg-agent = {
services.gpg-agent = lib.mkIf hostConfig.isLinux {
enable = true;
defaultCacheTtl = 3600;
maxCacheTtl = 7200;