hosts/main: enable ollama

This commit is contained in:
Wroclaw 2024-12-15 05:22:37 +01:00
parent bad4bbcb64
commit de3e8a3340

View file

@ -71,6 +71,13 @@
hardware.i2c.enable = true; hardware.i2c.enable = true;
services.hardware.openrgb.enable = true; services.hardware.openrgb.enable = true;
services.ollama = {
enable = true;
port = 1434;
acceleration = "cuda";
host = "0.0.0.0";
};
system.stateVersion = "23.05"; system.stateVersion = "23.05";
}; };
} }