sif: use unstable ollama

This commit is contained in:
Filippo Berto 2026-02-16 14:09:39 +01:00
parent 42070c88a5
commit c906f68765
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: {
{ config, lib, pkgs, unstable, ... }: {
# Use the systemd-boot EFI boot loader.
boot = {
# kernelPackages = pkgs.linuxPackages_latest;
@ -25,6 +25,7 @@
};
services = {
ollama.package = unstable.ollama-vulkan;
desktopManager = {
cosmic.enable = true;
# gnome.enable = true;