-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arch Support #83
Comments
Ah I was just getting started on implementing this and discovered |
Hi, I wanted to implement support for KaOS. Can you tell me, how you use system-manager.allowAnyDistro instead? |
Set it to true to remove the distro check, which will let you run system-manager on any distro. This is untested though, so use at your own risk. |
I didnt know how and where. Found it:
In my default.nix. I ran into pretty much the same issues as this guy did. Hope I can improve the documentation in the next days. |
And how can we add support for a new distro, please? 😇 |
Make sure it works and write tests so it doesn't break silently. |
Is your feature request related to a problem? Please describe.
I'd love to contribute to support for ArchLinux. What would it take for me to implement this?
Describe the solution you'd like
ArchLinux support for /etc files and systemd services (both system level and user level)
Describe alternatives you've considered
NixOS itself. I tried to love it but couldn't make it happen.
Additional context
It looks like NixOS and Ubuntu are only supported right now. I'd like to contribute to this project to get Arch as a fully supported distro. What would I need to do to add this? Where should I start?
The text was updated successfully, but these errors were encountered: