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:
- don't make comments that branch out from the main topic too much, at least please somehow relate to it.
- retro operating systems, e.g. discussion about them, is strictly forbidden, please make a retro community instead.
- please be nice for others.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.Ah thank you!