From 6eedef275ed7274ccc2929381f28002a7a47b300 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 17 Mar 2024 18:44:28 +0100 Subject: Config: Fix pinentry --- hosts/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 426d8c8..7e95a00 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -167,6 +167,8 @@ }; programs = { + gnupg.agent.enable = true; + ssh = { enableAskPassword = false; }; -- cgit 1.4.1