From 42fffb97d8eaab11a1a0807dffe17d59373b22f0 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Sun, 25 Aug 2024 00:21:32 -0400 Subject: [PATCH] Holy fuck --- nixos/modules/gpg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;