Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove gpg-agent, it's buggy

-5
-5
noah-home.nix
··· 192 192 }; 193 193 programs.ssh.enable = true; 194 194 programs.ssh.extraConfig = builtins.readFile ./ssh/extra; 195 - services.gpg-agent = { 196 - enable = true; 197 - defaultCacheTtl = 1800; 198 - enableSshSupport = true; 199 - }; 200 195 201 196 programs.direnv = { 202 197 enable = true;