task | fix cups(?), increase gpg-agent cache timeout
This commit is contained in:
parent
bc0743521f
commit
dbf155e64c
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue