Files
Olympus/services/ollama/flake.nix
2024-10-02 00:54:05 -05:00

13 lines
127 B
Nix

{
description = "ollama config";
inputs = {
};
outputs = { self, ... }: {
module = import ./ollama.nix;
};
}