From f547d36095d769e43ddbf3ed16081644465e0a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Thu, 17 Oct 2024 01:57:36 +0300 Subject: [PATCH] Temp: remove onlykey gpg --- onlykey.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/onlykey.nix b/onlykey.nix index 93f767f..1e56142 100644 --- a/onlykey.nix +++ b/onlykey.nix @@ -27,9 +27,9 @@ pinentryPackage = pkgs.pinentry-curses; }; hardware.onlykey.enable = true; - environment.variables = { - GNUPGHOME = "~/.gnupg/onlykey"; - }; + #environment.variables = { + # GNUPGHOME = "~/.gnupg/onlykey"; + #}; security.pam.u2f.enable = true; }