feat: disable ollama and open-webui start on boot.

This commit is contained in:
CronyAkatsuki 2025-04-06 20:42:33 +02:00
parent a1741f0776
commit ec0b805a31

View File

@ -16,5 +16,8 @@
services.open-webui = {
enable = true;
};
systemd.services.ollama.wantedBy = lib.mkForce [];
systemd.services.open-webui.wantedBy = lib.mkForce [];
};
}