From b3f66466bc15f5024cbe13f394273c3bf2bb394a Mon Sep 17 00:00:00 2001 From: "K. Isom" Date: Sun, 20 Sep 2026 13:08:20 -0700 Subject: [PATCH] add cliamp --- configs/desktop-packages-light.nix | 1 + hw/straylight/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/desktop-packages-light.nix b/configs/desktop-packages-light.nix index 54f83dd..19489f3 100644 --- a/configs/desktop-packages-light.nix +++ b/configs/desktop-packages-light.nix @@ -12,6 +12,7 @@ let system = pkgs.stdenv.hostPlatform.system; in bitwarden-cli bitwarden-desktop bluez + cliamp cmus deja-dup direnv diff --git a/hw/straylight/default.nix b/hw/straylight/default.nix index dc7ad21..aef7cb7 100644 --- a/hw/straylight/default.nix +++ b/hw/straylight/default.nix @@ -227,7 +227,7 @@ in --host 0.0.0.0 \ --port 11434 \ --models-preset ${llamaModelsIni} \ - --models-max 2 \ + --models-max 3 \ --timeout 7200 ''; User = "llama-server";