From 2476c4530fcf63e9024b41d00a78ab11ee9ddce6 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Mon, 11 Mar 2024 21:12:46 -0500 Subject: [PATCH] Enable gpg and ssh agents --- oscar/configuration.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index f84ac8b..e4dfae4 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -111,10 +111,12 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; + programs.gnupg.agent = { + enable = true; +# enableSSHSupport = true; + }; + + programs.ssh.startAgent = true; # List services that you want to enable: