feat: disable ollama and open-webui start on boot.
This commit is contained in:
parent
a1741f0776
commit
ec0b805a31
1 changed files with 3 additions and 0 deletions
|
@ -16,5 +16,8 @@
|
|||
services.open-webui = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
systemd.services.ollama.wantedBy = lib.mkForce [];
|
||||
systemd.services.open-webui.wantedBy = lib.mkForce [];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue