I’ve been recently getting into NixOS, and I really like the concept of the store, reproducible builds, and declarative configuration. It keeps things organized and clean. But there are certain aspects of its implementation that are kind of rough:

  • It feels artificially complicated. Too many commands that do very small changes, unfamiliar configuration files with new, very specific and confusing syntax. Combining all commands into a central, consistent command (like git does) would help tremendously. I am aware of the nix command, but 1. it doesn’t do everything, and 2. it’s so new that every single documentation tells you to use nix-env or other specific commands. Why not nix rebuild switch? It feels like they tried to separate Nix from NixOS when they could really be the same thing.

  • Special treat to special packages. Configuring the boot loader, networks, timezone, kernel modules in /etc/nixos/configuration.nix makes sense. But this also configures x11, printing services, OpenSSH, pulseaudio. These programs have their own configuration files, that are governed by their own communities.

  • What am I supposed to put into /etc/nixos/configuration.nix? What is the point of reproducible builds if I put every single package I use in environment.systemPackages, which means it has to download gigabytes of data?

  • The error messages are not great. This is specially bad when a lot of the syntax feels made up.

The learning curve for this is absolutely huge, so I was wondering if it was worth spending a month learning all this, when it only applies to Nix/NixOS and I might not need all the complexity that comes with it.

I would love a simpler Nix.

  • linuxisfun@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    1 year ago

    Well, you basically summarised why I decided against spending any amount of time with NixOS. For me it is just too niche, too different and I can’t see any benefits of choosing NixOS over more common and established distributions.

    Instead I went to Fedora Silverblue and Flatpak and decided to learn their quirks. I am actually quite happy with Silverblue now and some of my knowledge (Flatpak) can be applied to other distributions as well. On the server I am in the process of moving from Ubuntu to Debian + containers due to Ubuntu no longer meeting my needs (inflexible disk encryption in the installer, Canonical’s behaviour, future plans with package management, etc.).

    Why did you choose to dive into NixOS in the first place?

    Btw.: I don’t want to discourage anyone from choosing NixOS or any other Linux distribution. I am sure they are perfect for people with different needs than mine!