Personal-use NixOS configuration
at main 9 lines 107 B view raw
1{ 2 programs.gnupg.agent = { 3 enable = true; 4 5 settings = { 6 no-autostart = true; 7 }; 8 }; 9}