remove ollama

This commit is contained in:
2024-09-28 23:00:48 +05:30
parent 7d92c2448e
commit aa9d3fcb04
2 changed files with 0 additions and 11 deletions

View File

@ -206,10 +206,6 @@
enable = true;
package = pkgs.mullvad-vpn;
};
ollama = {
enable = true;
acceleration = "cuda";
};
};
fonts.packages = with pkgs; [(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];})];

View File

@ -39,13 +39,6 @@
};
services = {
ollama = {
enable = true;
acceleration = "cuda";
openFirewall = true;
host = "0.0.0.0";
port = 11434;
};
tailscale.enable = true;
};