Revert "feat: add LM Studio headless LMS server module"

This reverts commit 9f82a7b00e.
This commit is contained in:
Franz Kafka 2026-03-21 20:26:41 +00:00
parent 9f82a7b00e
commit abd0aaa6f2
3 changed files with 0 additions and 185 deletions

View file

@ -215,14 +215,6 @@
ollamaUrl = "http://100.64.0.1:11434";
};
# === LM Studio Headless LMS Server ===
myModules.lmstudio-server = {
enable = true;
port = 1234;
# domain = "llm.ashisgreat.xyz"; # Uncomment to add nginx reverse proxy
# models = [ "openai/gpt-oss-20b" ]; # Uncomment to auto-load models
};
# === Backups (Restic + B2) ===
myModules.backup = {
enable = true;