This commit is contained in:
parent
3d642e2320
commit
c58129050c
@ -82,6 +82,14 @@
|
||||
fileSystems = [ "/data" ];
|
||||
};
|
||||
|
||||
## Ollama
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
|
||||
models = "/data/ollama/models";
|
||||
writablePaths = [ "/data/ollama/models" ];
|
||||
};
|
||||
|
||||
## Networking
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.ip_forward" = true;
|
||||
|
Loading…
Reference in New Issue
Block a user