diff options
Diffstat (limited to 'modules/gnupg.nix')
| -rw-r--r-- | modules/gnupg.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/gnupg.nix b/modules/gnupg.nix deleted file mode 100644 index 6d52e66..0000000 --- a/modules/gnupg.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, pkgs, ... }: - -{ - environment.systemPackages = with pkgs; [ - gnupg - opensc - - yubikey-personalization-gui - ]; - - # smartcard support - services.pcscd.enable = false; - hardware.gpgSmartcards.enable = true; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; -} |
