This gist shows you how to install Minecraft Forge on a NixOS server. It is based on my NixOS on Hetzner Cloud gist.
- Add
./minecraft.nixto theimportsin~/repos/configuration/default.nix. - Paste the following in
~/repos/configuration/minecraft.nix.
{ config, pkgs, ... }:
{
users = {