[NixOS] Explicitly enable pipewire

This commit is contained in:
2025-02-06 12:04:29 -07:00
parent 9408eeff52
commit a938447b8a
2 changed files with 5 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ makeEnable config "myModules.base" true {
# Audio
hardware.pulseaudio.enable = false;
services.pipewire.audio.enable = true;
# Bluetooth
hardware.bluetooth.enable = true;

View File

@@ -12,6 +12,10 @@ makeEnable config "myModules.wyoming" false {
microphone = {
command = "pw-record --channels 1 -";
};
extraArgs = [
"--wake-uri=tcp://0.0.0.0:10400"
"--wake-word-name=ok_nabu"
];
};
faster-whisper.servers.strixi = {
enable = true;