From b2cf30377e9899228e1260bcece0e853abea6fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Sat, 15 Jun 2024 06:28:47 -0400 Subject: [PATCH] Add gnupg agent --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index b8753d1..599c243 100644 --- a/configuration.nix +++ b/configuration.nix @@ -127,6 +127,8 @@ # Enable nix command and flakes nix.settings.experimental-features = [ "nix-command" "flakes" ]; + programs.gnupg.agent.enable = true; + # System packages environment.systemPackages = with pkgs; [ syncthing ];