From 27496a4209360148a966bd5633923a4d91ae3e14 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 23 Dec 2020 20:38:25 +0530 Subject: adds magic symlinking config + move gpg agent config to home manager --- configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index abfc199..c2c32fa 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,10 +58,10 @@ sound.enable = true; # hardware.pulseaudio.enable = true; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = false; - }; + #programs.gnupg.agent = { + #enable = true; + #enableSSHSupport = false; + #}; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions -- cgit v1.3.1