Disabled ZSH syntax highlighting; updated ollama host to be wildcard

This commit is contained in:
Random936
2026-04-26 13:04:37 -04:00
parent 0c0fbb5e02
commit 3849ccdf8f
2 changed files with 6 additions and 6 deletions

View File

@@ -37,17 +37,18 @@
services.ollama = {
enable = true;
package = pkgs.ollama-cuda.override {
cudaArches = [
"61"
];
};
host = "0.0.0.0";
openFirewall = true;
# Make sure this path is created and has the permissions of ollama:ollama.
models = "/mnt/storage/models";
environmentVariables = {
OLLAMA_CONTEXT_LENGTH = "8192";
};
package = pkgs.ollama-cuda.override {
cudaArches = [
"61"
];
};
};
# NGINX Reverse Proxy Setup

View File

@@ -25,7 +25,6 @@
enable = true;
enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
history.size = 100000000;
shellAliases = {