this post was submitted on 08 Jun 2023
21 points (100.0% liked)

unix like operating system lovers

2152 readers
1 users here now

This is a community that is only for nerds jk. everyone who doesn't scare when seeing UNIX terminal welcome! rules:

  1. don't make comments that branch out from the main topic too much, at least please somehow relate to it.
  2. retro operating systems, e.g. discussion about them, is strictly forbidden, please make a retro community instead.
  3. please be nice for others.

founded 1 year ago
MODERATORS
 

Hi. I am using macOS. so, what UNIX like OS are you using?

you are viewing a single comment's thread
view the rest of the comments
[–] heartlessevil@lemmy.one 4 points 1 year ago (1 children)

NixOS for several years now. It's a big up-front cost but you can't go back from atomic upgrades and rollbacks.

[–] imperator@sh.itjust.works 1 points 1 year ago (1 children)

What makes it a big up front cost? I run Arch and I'm a big fan since I get a lot of control over it and I really like having the rolling release type of distro.

[–] heartlessevil@lemmy.one 1 points 1 year ago (1 children)

Rather than installing packages from the command line you need to write a configuration file in nix language. This can be as simple as services.nginx.enable = true; but for complicated, multi-purpose machines (like end-user devices) the configuration can get complicated and you need to learn the language at the same time.

[–] imperator@sh.itjust.works 1 points 1 year ago