diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-17 18:44:28 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-17 18:44:28 +0100 |
commit | 6eedef275ed7274ccc2929381f28002a7a47b300 (patch) | |
tree | 08310fa6c1c91f9be20c175196620f7350eea7b3 /hosts | |
parent | Dofiles: Emacs: Add shell-pop (diff) | |
download | nixos-config-6eedef275ed7274ccc2929381f28002a7a47b300.tar.gz nixos-config-6eedef275ed7274ccc2929381f28002a7a47b300.tar.bz2 nixos-config-6eedef275ed7274ccc2929381f28002a7a47b300.zip |
Config: Fix pinentry
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |