try uwsm again

This commit is contained in:
2026-01-09 19:47:53 -06:00
parent 795bca39f8
commit ff5e0d6bb2
15 changed files with 96 additions and 38 deletions

View File

@@ -11,12 +11,12 @@
services.ollama = {
enable = true;
acceleration = "cuda";
package = let
/*package = let
pkgs-us = import nixpkgs-us {
system = "x86_64-linux";
config.allowUnfree = true;
};
in pkgs-us.ollama;
in pkgs-us.ollama;*/
};
};
}