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.

Disable gpg agent

+1 -1
+1 -1
default-home.nix
··· 221 221 222 222 programs.ssh.extraConfig = builtins.readFile ./ssh/extra; 223 223 services.gpg-agent = { 224 - enable = true; 224 + enable = false; 225 225 defaultCacheTtl = 1800; 226 226 }; 227 227