Add pass to all hosts
This commit is contained in:
parent
5f1f6f351e
commit
0b8068039c
4 changed files with 26 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
};
|
||||
|
||||
zsh = {
|
||||
enable = true;
|
||||
histSize = 5000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue