hercules-ci / arion

Run docker-compose with help from Nix/NixOS
Apache License 2.0
622 stars 48 forks source link

Add configurable systemd service name to NixOS module #226

Closed ciarandg closed 8 months ago

ciarandg commented 8 months ago

Adds an option serviceName to the NixOS module so that users can override their systemd service names. This is functionality that I would like to have in my own personal use of Arion (I don't like having an inconsistent naming scheme for my services), and it was a pretty quick tweak, so I figured I'd submit a PR and see what happens. Also updated the docs to include the new option.