o1lo01ol1o has quit [Remote host closed the connection]
c0c0 has quit [Quit: WeeChat 2.7.1]
cole-h has joined #home-manager
__monty__ has joined #home-manager
c0c0 has joined #home-manager
maier has quit [Ping timeout: 240 seconds]
c0c0 has quit [Quit: WeeChat 2.7.1]
c0c0 has joined #home-manager
<c0c0>
I have `pinentry` in `packages`, I have set `programs.gpg.enable = true;` and `services.gpg-agent.pinentryFlavor = "qt";`. When I try to generate a key, I get `gpg: agent_genkey failed: No pinentry`. What am I doing wrong? I also tried without setting services.gpg-agent.pinentryFlavor explicitly, with the same error
<devalot>
c0c0: Look in your ~/.gnupg/gpg-agent.conf file and see what pinentry-program is set to.
<c0c0>
devalot: The file doesn't exist
<devalot>
Hmm, home-manager should create it for you.
<c0c0>
Ah, so I guess I also need to services.gpg-agent.enable = true?
<c0c0>
or -qt, when I set the pinentryFlavor option to "qt"
hpfr[m] has quit [Quit: authenticating]
hpfr[m] has joined #home-manager
hpfr[m] is now known as hpfr
evanjs has quit [Read error: Connection reset by peer]
<c0c0>
Don't know what the problem is, still same error
evanjs has joined #home-manager
c0c0 has quit [Quit: WeeChat 2.7.1]
c0c0 has joined #home-manager
<c0c0>
After rebooting, it works
maier has joined #home-manager
maier has quit [Ping timeout: 264 seconds]
<cole-h>
You probably just needed to restart one of the gpg services/sockets.
cole-h has quit [Quit: Goodbye]
<DigitalKiwi>
if i have a lot of functions/aliases/exports in my .bashrc am i better off not managing that with home manager (especially if i want to potentially use it somewhere i don't use home-manager)
<DigitalKiwi>
i have a lot of conditionals depending on what host i'm on
<DigitalKiwi>
or what files exist too which is kind of host dependant but not the same