diff options
author | Ben Sima <ben@bsima.me> | 2019-04-08 20:13:13 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-08 20:13:13 -0700 |
commit | 091420915109ea76d373da682e2c4e174e687f66 (patch) | |
tree | c0a6ef9bb5aecd009085cda30671b160ce0456a4 | |
parent | 3e5c065acc03800ce4eef7fc04b17c132fe78560 (diff) |
Disable tty pinentry for now
-rw-r--r-- | linux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ in verbose = true; extraConfig = '' allow-emacs-pinentry - pinentry-program /home/ben/.nix-profile/bin/pinentry-tty + #pinentry-program /home/ben/.nix-profile/bin/pinentry-tty ''; }; }; |