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 !

  • @featherfurl@lemmy.ml
    link
    fedilink
    2
    edit-2
    2 years ago

    Here’s the straightforward version of why I use it:

    1. The entire state of your operating system is defined in a config file, and changes are made by changing the config file. This makes it super easy to reproduce your exact system many times and to know where all the many different configuration elements that describe your system are located.

    2. Updates are applied atomically, so you don’t have to worry about interrupting the update process and if it fails, the previous state of your system is still bootable. By default every time you change something, you get another option in the boot menu to roll back to.

    3. Making container-like sub systems is super easy when you’re familiar with nix, so you can have as many different enclaves as you like for different software versions, development environments, desktop setups, whatever without taking a performance hit. Old versions of stuff are very accessible without breaking your new stuff.

    4. The package manager has a lot of software and accessing nonfree stuff is straightforward. Guix looks rad, but nix ended up being the more practical compromise for my usecase. I didn’t want to have to package a heap of software the moment I made the switch.

  • @Tilted@programming.dev
    link
    fedilink
    22 years ago

    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
    • Atemu
      link
      fedilink
      12 years ago

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

  • @Lalelul@feddit.de
    link
    fedilink
    12 years ago

    I switched around one and a half years ago. I must say, there are some hurdles to using NixOS. Mainly I dislike that it always takes around 20 times the effort to start and project. You make up for the initial time investment, because you end up with a far more stable setup, but still it does take some willpower to get things started.

  • Jure Repinc
    link
    fedilink
    12 years ago

    I tried it about a year ago and I don’t know it did not convince me. Yeah it might be great for some niche developer oriented needs or deployment but for a normal OS usage, meh. I kind of see it as a current hype, just like crypto/NFT before, and AI now. For normal everyday usage I find openSUSE Tumblweed much more suitable and much more widely applicable.

  • @joshthetechie@lemmy.world
    link
    fedilink
    12 years ago

    People love Nix because of the OS configuration based around a single config file. Essentially, you define your system configuration in this file, including installed programs, then you rebuild your system based on that configuration.

    The beauty here is that you can easily move this file to another machine running NixOS and reproduce your configuration there. You can also roll back changes by simply rebooting and choosing the last known good build and you’re back in business.

  • moldyringwald
    link
    fedilink
    02 years ago

    It’s insanely stable but you have to have a lot of linux/programming knowledge to do even the simplest things like installing/updating your software or making little tweaks. I played with it for hours the other day and I’m just too dumb to figure it out lol I think it’s just a super stable highly customizable distro for power users and a lot of people like that. If you can get over the learning curve it’s a pretty powerful and unique os

    • @Chobbes@lemmy.world
      link
      fedilink
      12 years ago

      It’s kind of funny because I’d put NixOS on a complete newbies computer for sure, and recommend it to an expert… But I’m less sure if I’d tell a random mid-intermediate Linux user to switch.

      Like if Grandma wants Linux on their computer to do some internet browsing for some reason… I’d absolutely put NixOS on it because it’s easy to manage the system for them… But somebody who is a little familiar with Linux already might be more confused about the differences. It’s kind of the ultimate beginner distro and the ultimate power-user distro, but a bit awkward between those extremes, haha.

    • RosalynKirk
      link
      fedilink
      02 years ago

      you have to have a lot of linux/programming knowledge to do even the simplest things like installing/updating your software

      So, pretty much like any other distro

        • RosalynKirk
          link
          fedilink
          -12 years ago

          Weird, every distro I’ve tried either has no management, or doesn’t work. Just spins around loading. “Uninstalling” packages does nothing but remove them from the package manager.

  • @curtismchale@lemmy.ca
    link
    fedilink
    02 years ago

    I’ve been looking at it after numerous times I update Fedora only to have some tool break that I use daily. Then I spend a chunk of the day getting Virtualbox working again so I can do my job (write code for websites).

    I haven’t made the jump, but it looks very interesting.

    • @tetris11@lemmy.ml
      link
      fedilink
      02 years ago

      I’ve made the jump twice, and jumped back twice.

      Conda and any other reproducible computing library that relies on LHS Linux filesystem just doesn’t work on it (okay it does, but more as an obstacle)

      I’m okay with having nix the package manager on my default arch system though, since it is incredibly useful for cross compiling, and it let’s me modify my system however I want.

      • @phil_m@lemmy.ml
        link
        fedilink
        22 years ago

        Have you tried putting it into a buildFHSUserEnv?

        I also often put the “dirty” packaged AI/python stuff (which is unfortunately quite a lot) into Dockerfiles if I don’t want to package it cleanly with Nix.

        • @tetris11@lemmy.ml
          link
          fedilink
          12 years ago

          I did, but it still doesn’t quite act right, especially if I need to build extra packages within the environment

  • hyperspace
    link
    fedilink
    02 years ago

    What about Nix’s financial issues? Have they been resolved yet?

    • Atemu
      link
      fedilink
      12 years ago

      To get it out of the way first: There are no financial issues. There are more than enough funds to continue operations as they are for a sufficiently long time.

      What is actually happening is that a long time sponsor has indicated that they (understandably) no longer want to foot the huge bill of hosting the entire archive of binary caches ($9000/mo). Finding a more sustainable setup is what the community is currently concerned with.
      There is no risk of operations shutting down any time soon, the NixOS foundation has funds set aside to continue even this unsustainable setup for at least a year. We just want to be more efficient with our and others resources going forwards.

      That’s what all this you might have heard of is about.

      Btw, even if the binary cache were to go poof, we don’t technically need it. NixOS is a source-based distro like Gentoo and source hosting is not a concern. The binary cache is immensely helpful though which is why we’d obviously prefer to keep it.

        • Atemu
          link
          fedilink
          22 years ago

          Yes, AWS gracefully sponsored 12 months of our S3 bill which gives us even more time to enact change.

          That’s just the short term resolution though, the Nix community is still looking into more sustainable long-term solutions.

            • Atemu
              link
              fedilink
              12 years ago

              the Nix community is still looking into more sustainable long-term solutions.

            • @root@precious.net
              link
              fedilink
              12 years ago

              Thinking about this further…

              I can purchase 10GE fiber, at home, for $299/mo.

              I can purchase a solid 16 bay Supermixro server for around $5k

              16TB drives are $168. There’s $3,700 left so let’s buy 21 drives (336TB, 235TB usable under raidz3 zfs). We’ll leave that last $170 for … electricity.

              Leasing all of this from a regular hosting provider woul be much more cost effective. I work for one, what the heck are you doing man?

              • Atemu
                link
                fedilink
                12 years ago

                You aren’t a reputable public hoster with AWS-class uptime. That has a price too. AWS is likely overpriced though, hence the nix community still looking for better alternatives.

  • datendefekt
    link
    fedilink
    02 years ago

    Glancing over the website, I thought it’s an immutable OS, like Fedora Silverblue. I could imagine that it might be cool to use with Ansible and stuff. But for an average user? I can’t really see the advantages in respect to the work you have to put in.

    • @nani8ot@lemmy.ml
      link
      fedilink
      12 years ago

      It is an immutable distro, altough it isn’t image-based like Fedora’s rpm-ostree.

      NixOS basically replaces Ansible because the Nix package manager achieves the same goals already (configuration, deployment, …).

      But I agree, the work necessary to put into this non-standard distro makes it hard to recommend for a casual user.

  • @blackstrat@lemmy.fwgx.uk
    link
    fedilink
    02 years ago

    All I year about from the linux community is NixOS and btrfs, neither of which I have any interest in. It almost feels like someone with an agenda is promoting these two with how prevelant they are.

    • I like using btrfs with Arch because of the snapshots. If an update breaks something I can just boot into a snapshot from grub keep using my PC and solve the problem later. It’s very useful… yes… very… you should try it… come… try btrfs… it’s warm and cozy… INSTALL IT!

      • @blackstrat@lemmy.fwgx.uk
        link
        fedilink
        22 years ago

        I have tried btrfs in the past and when it goes wrong you are utterly shafted. You can’t even mount it as a read only file system, it will just lock you out entirely. And the support isn’t great, I ended up finding something that had a disclaimer along the lines of “only run this if you really know what you’re doing”, but obviously I didn’t as the documentation didn’t tell me enough to know. So the only people who could possibly know are the developers of the file system themselves. Anyway, I was 2 days in to trying to recover my data by this point so I gave it a go, nothing to lose - it refused to do anything. Great.

        So in summary I’m not going to try it again.

        • @chayleaf@lemmy.ml
          link
          fedilink
          2
          edit-2
          1 year ago

          can confirm, I’ve recently had my btrfs partition on NixOS go permanently read-only because it ran out of metadata space (which you can’t extend without write access, even though btrfs does reserve 0.5GB of metadata space) so I’ve switched to bcachefs

    • @Speedmaster@lemmy.ml
      link
      fedilink
      -12 years ago

      That is the main reason I can’t use my laptop with linux. It has a 3060 in it. I work as a dev and need to use 2-3 external displays with my laptop. The driver combined with x or wayland is atrocious, I tried 20 distros and I can’t get it to work. The saddest thing is that none of the tech is exotic in any way. It’s just HDMIs and AOC 24 inch monitors…