Fixed minecraft.

This commit is contained in:
root
2020-07-20 12:12:09 -05:00
parent 9f59ff30fe
commit 8217b5312d
3 changed files with 22 additions and 5 deletions
+4
View File
@@ -43,6 +43,10 @@ in {
};
config = mkIf cfg.enable {
environment.systemPackages = [
cfg.package
];
services.minecraft-server = {
enable = true;
package = cfg.package;