Fix import of unstable packages

This commit is contained in:
Filippo Berto 2026-01-14 21:18:19 +01:00
parent 1ce311de0d
commit 1dd1b59d79
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{ lib
, config
, pkgs
, unstable
, ...
}:
{
@ -213,6 +214,7 @@
};
# joycond.enable = true;
keybase.enable = true;
ollama.package = unstable.ollama-vulkan;
openssh = {
enable = true;
openFirewall = true;