fix: fixes one nixos wsl problem
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
2024-04-13 15:46:53 -05:00
parent b5b94cbb79
commit 5364a7b939

View File

@@ -56,7 +56,7 @@
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
pinentryPackage = pkgs.pinentry-curses;
enableSSHSupport = true;
};