enable ollama & add open-webui
This commit is contained in:
parent
8a094b8081
commit
c8c88aebda
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue