[NixOS] Explicitly enable pipewire
This commit is contained in:
@@ -40,6 +40,7 @@ makeEnable config "myModules.base" true {
|
|||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
|
services.pipewire.audio.enable = true;
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ makeEnable config "myModules.wyoming" false {
|
|||||||
microphone = {
|
microphone = {
|
||||||
command = "pw-record --channels 1 -";
|
command = "pw-record --channels 1 -";
|
||||||
};
|
};
|
||||||
|
extraArgs = [
|
||||||
|
"--wake-uri=tcp://0.0.0.0:10400"
|
||||||
|
"--wake-word-name=ok_nabu"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
faster-whisper.servers.strixi = {
|
faster-whisper.servers.strixi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user