add lmstudio

This commit is contained in:
2025-10-08 02:59:01 +02:00
parent 0225add932
commit f3300382c3
5 changed files with 25 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
{
pkgs,
...
}:
{
@@ -14,7 +15,6 @@
host = "127.0.0.1"; # Localhost uniquement
openFirewall = true;
# Pour accès réseau : host = "0.0.0.0";
environment = {
ANONYMIZED_TELEMETRY = "True";
DO_NOT_TRACK = "True";
@@ -29,4 +29,6 @@
# WEB_LOADER_ENGINE = "safe_web";
};
};
environment.systemPackages = [ pkgs.lmstudio ];
}