feat: disable ollama and open-webui start on boot.
This commit is contained in:
parent
a1741f0776
commit
ec0b805a31
@ -16,5 +16,8 @@
|
||||
services.open-webui = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
systemd.services.ollama.wantedBy = lib.mkForce [];
|
||||
systemd.services.open-webui.wantedBy = lib.mkForce [];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user