From 5859bad26ee1f173319db44bbd69577be63e526b Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 15 Oct 2022 11:15:01 +0200 Subject: [PATCH] add gpgagent to laptop --- hosts/laptop/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index ca9fa3b..2685bda 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -55,6 +55,12 @@ programs = { # No xbacklight, this is the alterantive dconf.enable = true; light.enable = true; + ssh.startAgent = false; + gnupg.agent = { + enable = true; + enableSSHSupport = true; + pinentryFlavor = "curses"; + }; }; services = {