From c068b5cb7b2b47cbc2773b92b01156eae4c9cb49 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 11 Jun 2022 18:52:41 +0200 Subject: only activate GnuGP agent when on desktop --- common/ssh.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common') diff --git a/common/ssh.nix b/common/ssh.nix index 8bdabc2..f0a0676 100644 --- a/common/ssh.nix +++ b/common/ssh.nix @@ -3,11 +3,6 @@ inputs: { config, pkgs, modulesPath, lib, ... }: { - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; - services.openssh = { enable = true; passwordAuthentication = false; -- cgit v1.2.3