move pinentry package to system-declaration
This commit is contained in:
parent
d1b545b93b
commit
07c8710be3
2 changed files with 1 additions and 2 deletions
|
|
@ -65,8 +65,6 @@
|
|||
# })
|
||||
];
|
||||
|
||||
services.gpg-agent.pinentry.package = pkgs.pinentry-curses;
|
||||
|
||||
services = {
|
||||
spotifyd = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@
|
|||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
};
|
||||
networking.firewall.enable = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue