From 15df4f47c5414a3bd73d3c7b4a877792e89924df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 16 Oct 2024 01:24:14 +0300 Subject: [PATCH] Remove GPG SSH agent --- onlykey.nix | 1 - 1 file changed, 1 deletion(-) 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;