this post was submitted on 19 Jun 2023
38 points (95.2% liked)

Linux

47308 readers
575 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hi everyone!

I saw that NixOS is getting popularity recently. I really have no idea why and how this OS works. Can you guys help me understanding all of this ?

Thanks !

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 year ago (5 children)

I used NixOS for a couple of years. My experience is like this:

  1. It is a rolling release (mostly)
  2. You write a declarative configuration for your system, e.g., my config will say I want Neovim with certain plugins, and I can also include my Neovim configuration
  3. It is stable, and when it breaks it is easy to go back
  4. Packages are mostly bleeding edge
[–] [email protected] 4 points 1 year ago (1 children)

The configuration stuff seems great. I guess it reduce the struggle of porting a full config from one pc to another right ?

[–] [email protected] 3 points 1 year ago

Yes absolutely. It is really great. It is also a source of frustration, e.g., missing configuration options, non-obvious options and so on. Overall it works well.

[–] [email protected] 3 points 1 year ago

Note that there's both the rolling unstable channel and a bi-annual stable release channel.

[–] [email protected] 2 points 1 year ago

Important to note that NixOS has both a rolling release and point release version.

[–] [email protected] 1 points 1 year ago

Wow, that sounds really cool (specially the config thing). I'll have to try it sometime.

[–] [email protected] 0 points 1 year ago (1 children)

Are you still using it and happy with it? I've been increasingly using single purpose dev VMs in a server, and a declarative configuration system would make the process of spinning them up faster and more robust. My current shell script system is clunky, and I've been looking at Ansible.

[–] [email protected] 2 points 1 year ago (1 children)

Not using it anymore. Although I'm thinking about going back to it. The NixOS learning curve is a bit more steep than most other distros.

[–] [email protected] 1 points 1 year ago

What are you using instead?