feat: disable another ollama service from autostarting.
This commit is contained in:
parent
809dc54893
commit
760eac66a2
@ -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 [];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user