chore(flake): update inputs

This commit is contained in:
Felix Schröter 2025-12-09 21:49:29 +01:00
parent b6c49b82b3
commit 75d3736626
Signed by: felschr
GPG key ID: 671E39E6744C807D
6 changed files with 59 additions and 45 deletions

View file

@ -2,6 +2,7 @@
config,
inputs,
pkgs,
lib,
...
}:
@ -18,7 +19,8 @@
services.ollama = {
enable = true;
package = pkgs.unstable.ollama;
package = lib.mkDefault pkgs.unstable.ollama-vulkan;
host = "0.0.0.0";
};
services.open-webui = {