mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(minecraft): bedrock server
This commit is contained in:
parent
f05b50b53e
commit
9f98934a17
11 changed files with 383 additions and 11 deletions
|
|
@ -6,6 +6,7 @@
|
|||
in rec {
|
||||
default = nixlib.composeManyExtensions [
|
||||
barcodebuddy
|
||||
minecraft
|
||||
krb5
|
||||
nfs
|
||||
nginx
|
||||
|
|
@ -13,6 +14,7 @@ in rec {
|
|||
];
|
||||
barcodebuddy = import ./barcodebuddy.nix;
|
||||
krb5 = import ./krb5.nix;
|
||||
minecraft = import ./minecraft.nix;
|
||||
nfs = import ./nfs.nix;
|
||||
nginx = import ./nginx.nix;
|
||||
samba = import ./samba.nix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue