From 5ddd2883eea6ad84d0a87296aa508df657c30b67 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 31 Mar 2024 02:48:31 -0400 Subject: [PATCH] system: disable gnupg ssh support it is interfering with keychain ssh interit and i don't even know how gnupg ssh keys work --- system/profile/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/profile/base.nix b/system/profile/base.nix index 5e83e55..a2495f3 100644 --- a/system/profile/base.nix +++ b/system/profile/base.nix @@ -130,7 +130,7 @@ in programs.gnupg.agent = { enable = lib.mkDefault true; - enableSSHSupport = lib.mkDefault true; + enableSSHSupport = lib.mkDefault false; }; boot.loader.systemd-boot.configurationLimit = lib.mkDefault 15;