I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
260 B

  1. # This file is controlled by /etc/dotfiles/README.org
  2. # This module MUST be included within home manager
  3. { pkgs, ... }:
  4. {
  5. services.gpg-agent = {
  6. enable = true;
  7. defaultCacheTtl = 1800;
  8. enableSshSupport = true;
  9. pinentryFlavor = "gtk2";
  10. };
  11. }