containers: add minecraft bedrock
This commit is contained in:
parent
49913a5559
commit
5ce62f1fdf
2 changed files with 35 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
./lidarr.nix
|
||||
./wg-easy.nix
|
||||
./homarr.nix
|
||||
./minecraft_bedrock.nix
|
||||
];
|
||||
|
||||
settings.containers = {
|
||||
|
|
@ -16,6 +17,7 @@
|
|||
prowlarr.enable = lib.mkDefault false;
|
||||
wg-easy.enable = lib.mkDefault false;
|
||||
homarr.enable = lib.mkDefault false;
|
||||
minecraft.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue