[NixOS] Fix mic for wyoming-satellite

This commit is contained in:
2025-02-06 11:23:42 -07:00
parent 947eaad2f1
commit 9408eeff52
3 changed files with 23 additions and 1 deletions

View File

@@ -1,9 +1,17 @@
{ config, makeEnable, ... }:
{ pkgs, config, makeEnable, ... }:
makeEnable config "myModules.wyoming" false {
environment.systemPackages = with pkgs; [
alsa-utils
];
systemd.services."wyoming-satellite".path = with pkgs; [pipewire];
services.wyoming = {
satellite = {
enable = true;
package = pkgs.wyoming-satellite;
user = "imalison";
microphone = {
command = "pw-record --channels 1 -";
};
};
faster-whisper.servers.strixi = {
enable = true;