fix(whisper): allow nonlocal bind for when tailscale is not available
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
16cfea7855
commit
80a1a53705
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
in {
|
in {
|
||||||
imports = [self.nixosModules.wyoming-plus];
|
imports = [self.nixosModules.wyoming-plus];
|
||||||
|
|
||||||
|
# In case tailscale is down
|
||||||
|
boot.kernel.sysctl."net.ipv4.ip_nonlocal_bind" = 1;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
# Speech-to-Text
|
# Speech-to-Text
|
||||||
wyoming.faster-whisper.servers."en" = {
|
wyoming.faster-whisper.servers."en" = {
|
||||||
|
|
Loading…
Reference in a new issue