this post was submitted on 16 Jun 2023
10 points (100.0% liked)

Operating Systems

3780 readers
1 users here now

All things operating system related, from Windows to Mac to Linux distros and the more obscure.

Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago (1 children)

I used to have Debian running on one of my Linode VMs, but I so rarely touched the VM after everything was running. Every year or so I would log in to update something or set up something new, but completely forget how everything was configured or how anything worked. It was disturbing knowing so little about the system that I set up.

I've since replaced it with a NixOS installation and the "oh no, what is all of this?!" feeling is gone -- it's so easy to peek at my Nix configuration files and know the state of the entire system. All the installed software, all the configuration, all in one spot. I have the configuration version controlled with Fossil and a copy of it locally. If I ever need to rebuild that instance, I can do it and get it back exactly the same way.

I'll always install NixOS if possible now. It's a little difficult to learn the language, but it's great once you get things going.

[โ€“] [email protected] 1 points 1 year ago

Interesting!

I have been using chezmoi for dotfile management (including nixos config) but I will check out fossil.