1
0
Fork 0

Switch pinentry program

This commit is contained in:
Ethan Reece 2025-07-13 03:03:08 -05:00
parent be1ae420d6
commit 7b1a3049fa
Signed by: me
GPG key ID: DD8CE04D5D8FF832

View file

@ -721,7 +721,7 @@ in
enable = true; enable = true;
enableSshSupport = true; enableSshSupport = true;
pinentry = { pinentry = {
package = pkgs.pinentry-all; package = pkgs.pinentry-rofi;
program = "pinentry"; program = "pinentry";
}; };
}; };