diff options
Diffstat (limited to 'modules/system/access')
| -rw-r--r-- | modules/system/access/gnupg.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system/access/gnupg.nix b/modules/system/access/gnupg.nix index aeffb23..e60da30 100644 --- a/modules/system/access/gnupg.nix +++ b/modules/system/access/gnupg.nix @@ -4,6 +4,8 @@ enable = true; enableSSHSupport = true; pinentryPackage = pkgs.pinentry-curses; + enableExtraSocket = true; + enableBrowserSocket = true; settings = { enable-ssh-support = ""; |