fix(whisper): allow nonlocal bind for when tailscale is not available
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-05 10:27:54 -04:00
parent 16cfea7855
commit 80a1a53705

View file

@ -3,6 +3,9 @@
in {
imports = [self.nixosModules.wyoming-plus];
# In case tailscale is down
boot.kernel.sysctl."net.ipv4.ip_nonlocal_bind" = 1;
services = {
# Speech-to-Text
wyoming.faster-whisper.servers."en" = {