From 028b7455a1f2f01905f680384555dcf1803613cd Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sun, 12 Jun 2022 21:01:46 -0500 Subject: [PATCH] deps: adds gpg as command --- hosts/maxos/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/maxos/configuration.nix b/hosts/maxos/configuration.nix index 6d0fc2d..491655b 100644 --- a/hosts/maxos/configuration.nix +++ b/hosts/maxos/configuration.nix @@ -107,10 +107,10 @@ in # 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; + }; # List services that you want to enable: