mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
ai workflow with gnome app
This commit is contained in:
12
modules/apps/sys/ollama.nix
Normal file
12
modules/apps/sys/ollama.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ ... }: {
|
||||
flake.nixosModules.apps-sys-ollama = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
newelle
|
||||
];
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
package = pkgs.ollama-rocm;
|
||||
loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user