Update TODO

This commit is contained in:
iFargle 2024-01-05 18:59:08 +09:00
parent cf38041f7f
commit f438e91bc5

View file

@ -1,4 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ ollama ];
networking.firewall.allowedTCPPorts = [ 11434 ];
# TODO: Add SystemD services to start / stop ollama serve
}