Compare commits

..

No commits in common. "d5922109aeedd8d8a81d81fe16f4a8202040cf7e" and "186affb97dbe8de7e323f5549694dff26a2ce46f" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -81,18 +81,12 @@
package = pkgs.unstable.ollama; package = pkgs.unstable.ollama;
host = "0.0.0.0"; host = "0.0.0.0";
}; };
services.mysql = {
enable = true;
package = pkgs.mariadb;
};
environment.sessionVariables = { environment.sessionVariables = {
OLLAMA_HOST = "127.0.0.1:${builtins.toString config.services.ollama.port}"; OLLAMA_HOST = "127.0.0.1:${builtins.toString config.services.ollama.port}";
}; };
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "24.11"; system.stateVersion = "23.05";
}; };
} }

View file

@ -54,7 +54,7 @@
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "24.11"; system.stateVersion = "23.11";
}; };
} }