First Commit.

This commit is contained in:
2025-10-12 10:17:09 -05:00
commit 06cb8c1e48
13 changed files with 473 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ config, pkgs, inputs, ... }:
{
imports = [ ];
services.ollama = {
enable = true;
acceleration = "cuda";
host = "0.0.0.0";
openFirewall = true;
};
}