diff --git a/onlykey.nix b/onlykey.nix index 2c02647..d6336f6 100644 --- a/onlykey.nix +++ b/onlykey.nix @@ -23,7 +23,6 @@ programs.gnupg.agent = { enable = true; - enableSSHSupport = true; pinentryPackage = pkgs.pinentry-curses; }; hardware.onlykey.enable = true;