enable ollama & add open-webui

This commit is contained in:
ant 2025-06-10 20:30:09 +02:00
parent 8a094b8081
commit c8c88aebda

View file

@ -117,10 +117,13 @@
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
# services.ollama = { services.ollama = {
# enable = true; enable = true;
# acceleration = "cuda"; acceleration = "cuda";
# }; };
services.open-webui = {
enable = true;
};
services.immich.enable = true; services.immich.enable = true;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default