mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
pinentry fun
This commit is contained in:
parent
eb5af2d0bf
commit
528e9ec7dc
1 changed files with 7 additions and 1 deletions
|
@ -25,5 +25,11 @@
|
|||
pinentry-curses
|
||||
];
|
||||
};
|
||||
services.gpg-agent.enable = true;
|
||||
services.dbus.packages = [ pkgs.gcr ];
|
||||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue