refactor(nix/hm/price): set gpg pinentry mode to loopback
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s

This commit is contained in:
Price Hiller 2024-06-23 06:14:25 -05:00
parent 6caff11bc8
commit 8647a124f0
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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