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;