Files
hearth/nixos/system/neuro/minecraft/default.nix
T
yukkop 1cba36e76e
runner nix smoke / nix label and flake smoke (push) Has been cancelled
feat: neuro: minecraft mods
2026-09-14 12:22:10 +00:00

17 lines
266 B
Nix

{
imports = [
./vanilla.nix
./create-aeronautics.nix
./wow-mine-map.nix
./world-of-sosal.nix
./world-import.nix
./modpack-import.nix
];
services.minecraft-servers = {
enable = true;
eula = true;
openFirewall = true;
};
}