Enable ollama service

This commit is contained in:
Zuckerberg 2024-05-26 17:24:07 -06:00
parent 702129d778
commit 0bf0b8b88b

View File

@ -100,4 +100,10 @@
# Command and Conquer Ports
networking.firewall.allowedUDPPorts = [ 4321 27900 ];
networking.firewall.allowedTCPPorts = [ 6667 28910 29900 29920 ];
nixpkgs.config.rocmSupport = true;
services.ollama = {
enable = true;
acceleration = "rocm";
};
}