From c906f687650ae3bc4e3db3f23dd7054f93a202db Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 16 Feb 2026 14:09:39 +0100 Subject: [PATCH] sif: use unstable ollama --- instances/sif/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instances/sif/configuration.nix b/instances/sif/configuration.nix index 7ff92c5..8958d0c 100644 --- a/instances/sif/configuration.nix +++ b/instances/sif/configuration.nix @@ -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;