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

@ -1,4 +1,9 @@
{ inputs, config, ... }:
{
inputs,
config,
pkgs,
...
}:
{
imports = [
@ -62,8 +67,9 @@
};
services.ollama = {
acceleration = "rocm";
rocmOverrideGfx = "10.3.1";
package = pkgs.unstable.ollama-rocm;
# gfx1031 not officially supported, gfx1030 is closest
rocmOverrideGfx = "10.3.0";
};
seven = {