From dbf155e64c0acfeca7313a4e38e34b18104ac13a Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 9 Jun 2026 22:22:26 -0500 Subject: [PATCH] task | fix cups(?), increase gpg-agent cache timeout --- hosts/workstation/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index c98e2f5..41dc6b0 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -209,7 +209,8 @@ in { }; printing = { enable = true; - drivers = [pkgs.hplipWithPlugin]; + # drivers = [pkgs.hplipWithPlugin]; + drivers = with pkgs; [ gutenprint hplip splix ]; }; pulseaudio = {enable = false;}; tailscale = {enable = true;}; @@ -346,6 +347,9 @@ in { enable = true; pinentryPackage = pkgs.pinentry-curses; enableSSHSupport = true; + settings = { + default-cache-ttl = 604800; + }; }; }; };