Merge pull request #40 from DataEraserC/main

Fix typo
This commit is contained in:
Ryan Yin
2024-01-11 20:10:41 +08:00
committed by GitHub

View File

@@ -14,7 +14,7 @@
# gpg agent with pinentry
programs.gnupg.agent = {
eanble = true;
enable = true;
pinentryFlavor = "curses";
enableSSHSupport = false;
};