diff --git a/nixos/modules/gpg.nix b/nixos/modules/gpg.nix index 5475e6a..917bf20 100644 --- a/nixos/modules/gpg.nix +++ b/nixos/modules/gpg.nix @@ -1,4 +1,4 @@ -{ +{pkgs, ...}: { programs.gnupg.agent = { enable = true; enableSSHSupport = true;