feat: disable another ollama service from autostarting.

This commit is contained in:
CronyAkatsuki 2025-04-13 09:03:57 +02:00
parent 809dc54893
commit 760eac66a2

View File

@ -18,6 +18,7 @@
};
systemd.services.ollama.wantedBy = lib.mkForce [];
systemd.services.ollama-model-loader.wantedBy = lib.mkForce [];
systemd.services.open-webui.wantedBy = lib.mkForce [];
};
}