Files
Olympus/system/services/ollama/flake.nix

13 lines
127 B
Nix

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