libkookie: disable gpg ssh support

main
Katharina Fey 2 years ago
parent adef81ca0b
commit ab110f8f58
Signed by: kookie
GPG Key ID: F972AEEA2887D547
  1. 2
      infra/libkookie/configuration/workstation/gpg/default.nix

@ -3,6 +3,6 @@
{
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
# enableSSHSupport = true;
};
}

Loading…
Cancel
Save