Skip to content

Commit

Permalink
ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomashighbaugh committed Feb 27, 2025
1 parent db0c886 commit b32722c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hosts/shared/ai/ollama.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
user = "ollama";
group = "ollama";

# home = "/var/lib/ollama";
home = "/var/lib/ollama";
# models = "/var/lib/ollama/models";

# loadModels = [
Expand All @@ -16,8 +16,6 @@
acceleration = "cuda"; # since I am having issues and it is ollama-cuda already let's see
};

services.nextjs-ollama-llm-ui.enable = true;

fileSystems."/var/lib/ollama/models" = {
device = "/var/lib/ollama/models";
options = [
Expand Down

0 comments on commit b32722c

Please sign in to comment.