💾 Archived View for bbs.geminispace.org › u › michal_atlas › 14434 captured on 2024-03-21 at 20:15:53. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-02-05)
-=-=-=-=-=-=-
Re: "Experiment: /etc/ in Git"
there are quite a few projects which basically act as git over /etc but do some extra magic exactly to solve these little issues.
for example
Jan 29 · 8 weeks ago
Experiment: /etc/ in Git — I’ve read about NixOS and I like the idea of putting OS configuration in Git. But I’m not sold for the package management of NixOS, it seems like kind of wrapper for traditional Linux? I’m not fan of wrappers as they usually are lacking some functionality of wrapped environment or simplify things too much and lacks flexibility in result. But is there anything preventing me from creating Git repository for whole /etc/? I’ve decided to test it on my Arch machine. The...