mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(access): a llama
This commit is contained in:
parent
e3b6048e32
commit
7bf1ce71de
14 changed files with 323 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue