add sattelite only option for wyoming

This commit is contained in:
2025-01-29 09:11:34 -06:00
parent 57e1bbf04d
commit 28095f9735
2 changed files with 16 additions and 7 deletions

View File

@@ -76,7 +76,10 @@
nh.enable = true;
ollama.enable = true;
wyoming.enable = true;
wyoming = {
enable = true;
satteliteOnly = true;
};
virtualization.homeassistant = {
enable = true;
configvol = "/etc/homeassistant/config:/config";