From 2ea95c502f474434a50f46c4affe071a825dcb79 Mon Sep 17 00:00:00 2001 From: sajenim Date: Mon, 22 Jan 2024 08:52:53 +0800 Subject: [PATCH] fuck gpg agent and it's annoying popups --- nixos/common/optional/key.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/common/optional/key.nix b/nixos/common/optional/key.nix index 9a6cd9e..ebee0ad 100644 --- a/nixos/common/optional/key.nix +++ b/nixos/common/optional/key.nix @@ -8,14 +8,6 @@ age-plugin-yubikey ]; - # GPG and SSH support - # services.udev.packages = [ pkgs.yubikey-personalization ]; - - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; - # Use our yubikey as a user login or for sudo access security.pam.services = { login.u2fAuth = true;