summaryrefslogtreecommitdiff
path: root/modules/system/access
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-06 21:38:16 -0700
committerFuwn <[email protected]>2024-09-06 21:38:16 -0700
commit67acfc5da20f4b348e3826788243c997990a9a3c (patch)
tree08a1cc47f648eb001d5f8362716337c5af58d92f /modules/system/access
parentBump (diff)
downloadnixos-config-67acfc5da20f4b348e3826788243c997990a9a3c.tar.xz
nixos-config-67acfc5da20f4b348e3826788243c997990a9a3c.zip
Bump
Diffstat (limited to 'modules/system/access')
-rw-r--r--modules/system/access/gnupg.nix2
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 = "";