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.nix
to theimports
in~/repos/configuration/default.nix
. - Paste the following in
~/repos/configuration/minecraft.nix
.
{ config, pkgs, ... }:
{
users = {