Update TODO
This commit is contained in:
parent
cf38041f7f
commit
f438e91bc5
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [ ollama ];
|
environment.systemPackages = with pkgs; [ ollama ];
|
||||||
networking.firewall.allowedTCPPorts = [ 11434 ];
|
networking.firewall.allowedTCPPorts = [ 11434 ];
|
||||||
|
|
||||||
|
# TODO: Add SystemD services to start / stop ollama serve
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue