nixos-systems/roles/llm.nix
Eli Ribble 0e0391eadb
Initial creation of llm-agent pi role.
Still building, not sure it'll work, but it's at least building so let's
roll with it.
2026-05-08 16:30:29 +00:00

3 lines
61 B
Nix

{ config, lib, pkgs, ... }: {
myModules.pi.enable = true;
}