moves ollama to it's own service file

This commit is contained in:
2024-11-05 20:53:11 +01:00
parent c0626c9d27
commit 309a2a1f35
8 changed files with 132 additions and 94 deletions

View File

@ -0,0 +1 @@
{ ... }: { }

View File

@ -0,0 +1,4 @@
{ pkgs-unstable, ... }:
{
home.packages = with pkgs-unstable; [ ollama ];
}

View File

@ -0,0 +1,4 @@
{ pkgs-unstable, ... }:
{
home.packages = with pkgs-unstable; [ ollama-rocm ];
}

View File

@ -0,0 +1,4 @@
{ pkgs-unstable, ... }:
{
home.packages = with pkgs-unstable; [ ollama-cuda ];
}

View File

@ -0,0 +1,4 @@
{ pkgs-unstable, ... }:
{
home.packages = with pkgs-unstable; [ ollama-cuda ];
}