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:
parent
74a19ed164
commit
1f0c70f1c2
5 changed files with 133 additions and 1 deletions
etc/nixos
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue