From 56f080d2657aaa8a746d462af1f5940d1a87b86c Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Sun, 28 Jul 2024 11:02:56 +0200 Subject: [PATCH] update: enable gnupg --- hosts/main-laptop/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index 0b02df4..aaea5d9 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -8,6 +8,10 @@ ]; #todo gnupg + programs.gnupg.agent = { + enable = true; + enableSSHSupport = true; + }; settings = { programs.docker.enable = lib.mkForce true;