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