This commit is contained in:
iFargle 2023-08-31 13:54:23 +09:00
parent 0cd105d5b9
commit 3288566a9f

View file

@ -1,6 +1,6 @@
{pkgs, cfg, ... }: { {pkgs, cfg, ... }: {
programs.gnupg.agent = { programs.gnupg.agent = {
enable = false; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
enableBrowserSocket = true; enableBrowserSocket = true;
enableExtraSocket = true; enableExtraSocket = true;