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 = {