task | first pass at moving things to modules dir

This commit is contained in:
Don Harper 2026-05-19 07:51:39 -05:00
parent b0809fabb4
commit 1fd2ccdf02
2 changed files with 6 additions and 0 deletions

6
modules/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [
# ./beszel-agent.nix
./ollama.nix
];
}