From cd9fe194e56506c258b08f71ef43d80c6ed4c5cb Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 9 Nov 2023 17:24:43 -0700 Subject: test --- modules/nixos/gpg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/gpg.nix b/modules/nixos/gpg.nix index e1a7ee1..a92dbce 100644 --- a/modules/nixos/gpg.nix +++ b/modules/nixos/gpg.nix @@ -1,5 +1,5 @@ { config, lib, ... }: { - # programs.ssh.startAgent = false; + programs.ssh.startAgent = false; # environment.shellInit = '' # gpg-connect-agent /bye -- cgit v1.2.3