about summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-12-07 23:00:26 +0100
committerGitHub <noreply@github.com>2022-12-07 23:00:26 +0100
commit37581106227fe5186b182a563d3f7d0c0000c318 (patch)
tree5a80b7d387b9096a86ff7b7b21facf3807d9b280 /nixos/modules/config
parent34fb6340492644f0f5e165c1c2dd7e410e940848 (diff)
parentf2bd1b839c1eee3016d20a6b65ecbea13de620d6 (diff)
Merge pull request #204573 from SuperSandro2000/pinentry-nox
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/no-x-libs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index 18ea1f52a9766..e5699161ec4bc 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -43,6 +43,7 @@ with lib;
       networkmanager-openvpn = super.networkmanager-openvpn.override { withGnome = false; };
       networkmanager-sstp = super.networkmanager-vpnc.override { withGnome = false; };
       networkmanager-vpnc = super.networkmanager-vpnc.override { withGnome = false; };
+      pinentry = super.pinentry.override { enabledFlavors = [ "curses" "tty" "emacs" ]; withLibsecret = false; };
       qemu = super.qemu.override { gtkSupport = false; spiceSupport = false; sdlSupport = false; };
       zbar = super.zbar.override { enableVideo = false; withXorg = false; };
     }));