feat: Added minecraft
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
# ./navidrome.nix
|
# ./navidrome.nix
|
||||||
# ./llama.nix
|
# ./llama.nix
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
|
./minecraft.nix
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
|
|||||||
9
nixos/mirai/services/minecraft.nix
Normal file
9
nixos/mirai/services/minecraft.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{...}: {
|
||||||
|
services = {
|
||||||
|
minecraft-server = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
eula = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user