feat: add LM Studio headless LMS server module
- Custom NixOS module wrapping the lms CLI (daemon + server) - Supports auto-loading models on startup - Optional nginx reverse proxy via domain option - Security hardening (NoNewPrivileges, ProtectSystem, PrivateTmp) - Follows existing myModules.* convention - Enabled on this host on port 1234 (no models loaded yet)
This commit is contained in:
parent
10d8924106
commit
9f82a7b00e
3 changed files with 185 additions and 0 deletions
|
|
@ -13,5 +13,6 @@
|
|||
./forgejo.nix
|
||||
./headscale.nix
|
||||
./open-webui.nix
|
||||
./lmstudio-server.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue