enable ollama and open-webui on laptop
This commit is contained in:
parent
a6fd04cfd8
commit
f89f8dfd0e
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ args@{
|
|||
# Services
|
||||
services.xserver.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
services.open-webui.enable = true;
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
};
|
||||
services.printing.enable = false; # enable only when needed
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue