summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-03-09 23:57:27 +0100
committerGitHub <noreply@github.com>2024-03-09 23:57:27 +0100
commitc86e8fd7a02aec59bd732bbf01f94a22a34e4594 (patch)
tree6bb0e97d07fba7e449d35b89805cd52c156be49f /nixos/modules/config
parent7a2f43739c7e0f6746e683651a3dc239e23b2785 (diff)
parenta270c43ea1a8211e01fc9923ef2482c36dfa1966 (diff)
Merge pull request #133542 from fpletz/refactor/pinentry-remove-multiple-outputs
pinentry: remove multiple outputs
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/no-x-libs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index 870b3fe77cca9..fea6e0c4110bd 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -66,7 +66,7 @@ with lib;
       networkmanager-sstp = super.networkmanager-vpnc.override { withGnome = false; };
       networkmanager-vpnc = super.networkmanager-vpnc.override { withGnome = false; };
       pango = super.pango.override { x11Support = false; };
-      pinentry = super.pinentry.override { enabledFlavors = [ "curses" "tty" "emacs" ]; withLibsecret = false; };
+      pinentry-curses = super.pinentry-curses.override { withLibsecret = false; };
       pipewire = super.pipewire.override { vulkanSupport = false; x11Support = false; };
       pythonPackagesExtensions = super.pythonPackagesExtensions ++ [
         (python-final: python-prev: {