Add minecraft service

This is an initial configuration to restore old services.

Obviously, vendoring everything in a tarball is pretty awful, and if I
ever wanted to open source this, that would be a problem.

I intend to create a proper derivation in time, but including mods is
difficult from some initial experimentation.
This commit is contained in:
Tristan Daniël Maat 2020-07-19 21:14:21 +01:00
parent 74a19ed164
commit 1f0c70f1c2
Signed by: tlater
GPG key ID: 49670FD774E43268
5 changed files with 133 additions and 1 deletions

View file

@ -15,6 +15,7 @@
./services/gitea.nix
./services/nextcloud.nix
./services/tlaternet.nix
./services/minecraft.nix
];
networking = {
@ -32,6 +33,7 @@
443
2222
2221
25565
];
};
};