From eccd487eb46dfa766fe303635ebaf4732d9cb1dc Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 31 Aug 2023 16:10:38 +0200 Subject: [PATCH] nitrokey decryption works --- yodaTab/nitrokey-ssh-gpg.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yodaTab/nitrokey-ssh-gpg.nix b/yodaTab/nitrokey-ssh-gpg.nix index 4c09e2a..c16a277 100644 --- a/yodaTab/nitrokey-ssh-gpg.nix +++ b/yodaTab/nitrokey-ssh-gpg.nix @@ -48,14 +48,14 @@ }; }; - users.users.yoda = { - packages = with pkgs; [ - pinentry-curses - ]; - }; - environment.systemPackages = with pkgs; [ - pinentry-curses - ]; +# users.users.yoda = { +# packages = with pkgs; [ +# pinentry-curses +# ]; +# }; +# environment.systemPackages = with pkgs; [ +# pinentry-curses +# ]; # Smartcard daemon. services.pcscd.enable = true;