eyJhb changed the topic of #nixos-on-your-router to: NixOS on your Router || https://logs.nix.samueldr.com/nixos-on-your-router
nullheroes has joined #nixos-on-your-router
<NinjaTrappeur> andi-: unbound-control? :P
<NinjaTrappeur> I'd like to have a symlink to the config in /etc/unbound/unbound.conf
<NinjaTrappeur> Or wrapping unbound-control with -c ${confFile}
<andi-> NinjaTrappeur: yeah, I saw that yesterday while debugging as well. I think I'll make it properly reloadable
<q3k> andi-: yep i'm running unbound
<q3k> andi-: the thing i'd like is `systemctl reload unbound`
<q3k> andi-: (i'm using unbound to serve some state-mandated dns blocklists from a separate config so i need to reload the config regularly)
<andi-> q3k: unbound-control doesn't work for your case?
<q3k> good point it might
<q3k> i ported it over from ubuntu where systemctl reload worked
<q3k> and then that broke and 'eh i'll fix it some day'
<q3k> i'll check unbound-control later
<NinjaTrappeur> andi-: wrt. unbound-control, all we are missing is a config file link.
<NinjaTrappeur> (I think, not 100% sure actually)
<andi-> NinjaTrappeur: I have one in /var/lib/unbound/unbound.cnf
<andi-> NinjaTrappeur: I have one in /var/lib/unbound/unbound.conf
<NinjaTrappeur> unbound-control is looking at /etc/unbound/unbound.conf by default.
<andi-> I know
<NinjaTrappeur> Would be nice to have a symlink there as well
<andi-> you can just pass -c
<andi-> yep
<andi-> Can you add that to the TODO list in the PR?
<NinjaTrappeur> yes, it's unconvenient though
<NinjaTrappeur> sure!
<NinjaTrappeur> <3
<andi-> I want the benefits of socket activation but I do not want to duplicate and require duplicating the configuration for every use case.
teto has joined #nixos-on-your-router
edk_ has joined #nixos-on-your-router
edk_ is now known as deadk
<andi-> anyone here doing socket activated unbound with v6 support? As far as I did debug this it can't work right now.. Happy to be convinced otherwise.
deadk has quit [Quit: edk]
edk_ has joined #nixos-on-your-router