💾 Archived View for bbs.geminispace.org › u › Aelspire › 14409 captured on 2024-05-10 at 13:02:14. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-03-21)
-=-=-=-=-=-=-
Re: "Experiment: /etc/ in Git"
Experiment Results:
Don’t do that! Most of directories have 755 mode and owner root:root and most of files have 644 mode and the same ownership, but there are exceptions… and Git doesn’t store permissions except of executable bit. Guess how I found about it 😆
Jan 27 · 3 months ago
🪐 michal_atlas · Jan 29 at 00:23:
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
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...