tty pinentry

This commit is contained in:
Bryan Ramos 2024-01-28 07:41:34 -05:00
parent 2881653ec5
commit 74e91be6c8
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -16,6 +16,7 @@ in
enable = true; enable = true;
enableSshSupport = true; enableSshSupport = true;
enableBashIntegration = true; enableBashIntegration = true;
pinentryFlavor = "tty";
}; };
}; };
} }