refactor(hm/price): disable pinentry-mode loopback for gpg agent
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-06-30 11:38:30 -05:00
parent 86e58fd6cc
commit f47cd2138d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -11,9 +11,6 @@
trust = "ultimate"; trust = "ultimate";
} }
]; ];
settings = {
pinentry-mode = "loopback";
};
}; };
services.gpg-agent = { services.gpg-agent = {
enable = true; enable = true;