chore(nix): add Wyoming service configuration

- Introduced a new `wyoming.nix` file with service definitions for `faster-whisper` and `piper`.
- Enabled TCP ports `10200` and `10300` in the firewall for service communication.
- Updated SGX configuration to include `wyoming.nix` in system imports.
This commit is contained in:
Harald Hoyer 2025-11-27 15:04:53 +01:00
parent 66022d19c2
commit 4c641910fd
2 changed files with 24 additions and 0 deletions

View file

@ -9,6 +9,7 @@
./acme.nix
./nginx.nix
./mail.nix
./wyoming.nix
];
services.tailscale.enable = true;