Remove ollama

This commit is contained in:
Evie Litherland-Smith 2024-11-11 05:17:23 +00:00
parent c36866ed34
commit 90b5a2e71a
2 changed files with 0 additions and 5 deletions

View file

@ -32,5 +32,4 @@
samba
];
};
services.ollama.enable = true;
}

View file

@ -57,9 +57,5 @@
driSupport32Bit = true;
};
};
services.ollama = {
enable = true;
acceleration = "rocm";
};
system.stateVersion = "23.05";
}