nix-config/modules/nixos-modules/ollama/default.nix

6 lines
65 B
Nix

{...}: {
imports = [
./ollama.nix
./storage.nix
];
}