aboutsummaryrefslogtreecommitdiff
path: root/modules/gpg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gpg.nix')
-rw-r--r--modules/gpg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gpg.nix b/modules/gpg.nix
index cdd802e..257295e 100644
--- a/modules/gpg.nix
+++ b/modules/gpg.nix
@@ -6,7 +6,7 @@
programs.gpg.enable = true;
services.gpg-agent = {
enable = true;
- pinentryPackage = pkgs.pinentry-curses;
+ pinentry.package = pkgs.pinentry-curses;
};
};
}