This commit is contained in:
2026-01-22 13:00:27 -06:00
parent 58e0b82520
commit 1238fa76db
3 changed files with 1 additions and 7 deletions

View File

@@ -54,11 +54,6 @@
pipewire.enable = mkDefault true;
netbird.enable = mkDefault true;
ollama.enable = mkDefault true;
wyoming = {
enable = true;
satellite = true;
};
};
programs = {

View File

@@ -59,7 +59,6 @@
satellite = lib.mkIf config.sysconfig.services.wyoming.satellite {
enable = true;
uri = "tcp://0.0.0.0:11431";
user = "nathan";
};
};