From f99467f12f315c673c52e903b3b0e5250375c92b Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 12:05:28 +0900 Subject: [PATCH] Test --- services/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/openssh.nix b/services/openssh.nix index 8aa6030e..9c699b87 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -51,5 +51,5 @@ }; # Enable GPG Agent support: - programs.gnupg.agent.enableSSHSupport = true; + # programs.gnupg.agent.enableSSHSupport = true; } \ No newline at end of file