Infinidoge / nix-minecraft

An attempt to better support Minecraft-related content for the Nix ecosystem
MIT License
172 stars 18 forks source link

module: use user and group from configuration #61

Closed jackwilsdon closed 3 months ago

jackwilsdon commented 3 months ago

Previously, cfg.user and cfg.group were not used by the systemd service. This commit fixes this and also disables creation of the minecraft user and group if the user and group are changed.