From 8043192d6bc9145d81c9a09d8573012b4014175a Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 19 Feb 2026 14:05:19 +0100 Subject: [PATCH] add gpg agent to laptop1 --- hosts/laptop1/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index 711b252..e9fefb5 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -27,4 +27,5 @@ networking.hostName = "laptop1"; + programs.gnupg.agent.enable = true; }