task | fix cups(?), increase gpg-agent cache timeout

This commit is contained in:
Don Harper 2026-06-09 22:22:26 -05:00
parent bc0743521f
commit dbf155e64c

View file

@ -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;
};
};
};
};