feat(access): a llama

This commit is contained in:
arcnmx 2024-09-12 15:25:05 -07:00
parent e3b6048e32
commit 7bf1ce71de
14 changed files with 323 additions and 6 deletions

View file

@ -5,6 +5,7 @@ in rec {
barcodebuddy
builders
krb5
llm
minecraft
nfs
nginx
@ -14,6 +15,7 @@ in rec {
];
barcodebuddy = import ./barcodebuddy.nix;
krb5 = import ./krb5.nix;
llm = import ./llm.nix;
minecraft = import ./minecraft.nix;
nfs = import ./nfs.nix;
nginx = import ./nginx.nix;