Reinitialized repo after massive overhaul
This commit is contained in:
12
system/services/ollama/flake.nix
Normal file
12
system/services/ollama/flake.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
description = "ollama config";
|
||||
|
||||
inputs = {
|
||||
};
|
||||
|
||||
outputs = { self, ... }: {
|
||||
|
||||
module = import ./ollama.nix;
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user