diff --git a/modules/default.nix b/modules/default.nix new file mode 100644 index 0000000..6bfd709 --- /dev/null +++ b/modules/default.nix @@ -0,0 +1,6 @@ +{ inputs, outputs, lib, config, pkgs, ... }: { + imports = [ + # ./beszel-agent.nix + ./ollama.nix + ]; +} diff --git a/hosts/workstation/ollama.nix b/modules/ollama.nix similarity index 100% rename from hosts/workstation/ollama.nix rename to modules/ollama.nix