Format repo
This commit is contained in:
parent
3169149045
commit
8160b9da0b
37 changed files with 643 additions and 392 deletions
|
@ -1,5 +1,4 @@
|
|||
{ servers, ... }:
|
||||
let
|
||||
{servers, ...}: let
|
||||
globals = {
|
||||
images = {
|
||||
jellyfin = "jellyfin/jellyfin:10.10.0";
|
||||
|
@ -34,7 +33,6 @@ let
|
|||
minecraft = "itzg/minecraft-server:latest";
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
in {
|
||||
globals = globals // servers.globals;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue