Question regarding expanding distro support
Hi! I noticed in the code that you were open to patches for supporting other distros: https://gitlab.steamos.cloud/devkit/steamos-devkit-service/-/blob/main/hackendeck/configure-hackendeck.py?ref_type=heads#L18 and I wanted to see if that was still the case? I've been working on getting the Devkit service running with Arch Linux + derivatives as well as Fedora for my own usage. It works quite well OOTB with Arch while Fedora is a bit more complicated since they currently do not build with python-avahi support in their avahi package, but the service itself does work if you manually compile support for it. I also noticed there's also a branch with a potential move away from avahi which might make supporting other distros easier.
https://github.com/matte-schwartz/steamos-devkit-service I'd obviously clean this up before submission and it's not ready for any sort of review quite yet, but this is where I've been keeping my own worktree for personal tinkering.