tweak(Infini-DESKTOP): enable empty minecraft-servers service

Keeping it enabled means that the module will keep the group and user
reserved, reducing the issues with needing to relog to access files due
to the group having been just created.
This commit is contained in:
Infinidoge 2022-06-04 02:08:44 -04:00
parent ae251bcc64
commit f1b6619bd7

View file

@ -75,4 +75,9 @@
hydrus
];
};
services.minecraft-servers = {
enable = true;
eula = true;
};
}