|
|
|
|
|
by pxc
1402 days ago
|
|
> I find text configs very friendly up until the point that a package manager blows away my changes. Neither of these is a complete answer, but 1. Distros like NixOS and GuixSD address this successfully by emitting the config files themselves. They don't statefully edit your configs but instead store them in their own language and then translate them as wholes. 2. You can mitigate much of the pain of this with something like etckeeper, which essentially gives you version control for /etc. |
|