From 014ed6200b1d41e4ca5d1491e5393dc4eead6e39 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Thu, 28 Apr 2022 13:34:22 -0400 Subject: [PATCH] Fix SSH --- common/config/config.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/config/config.nix b/common/config/config.nix index 0416d4a..31d2619 100644 --- a/common/config/config.nix +++ b/common/config/config.nix @@ -61,8 +61,6 @@ nixpkgs, # The flake's input version of nixpkgs # Security services.openssh.enable = true; - programs.ssh.startAgent = true; - programs.gnupg.agent = { enable = true; enableSSHSupport = true;