Remove GPG SSH agent

This commit is contained in:
Vili Sinervä 2024-10-16 01:24:14 +03:00
parent 02f52e70a5
commit 15df4f47c5
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -23,7 +23,6 @@
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-curses; pinentryPackage = pkgs.pinentry-curses;
}; };
hardware.onlykey.enable = true; hardware.onlykey.enable = true;