• @[email protected]
    link
    fedilink
    English
    653 days ago

    What’s funny to me here is that, as a long time Arch user, I have been considering switching to NixOS. One of the most terrifying thoughts to me is that after using the same Arch install for 2 years I will spend ages trying to recreate it if I ever have to. Oh, that and Nix letting you test packages seems like a cool feature.

    • @[email protected]
      link
      fedilink
      22 days ago

      I was in the same boat two years ago.

      What I did is that I’ve setup a VM with NixOS in it to play with, learn the language and tweak the configuration file.

      The great thing about NixOS is that once I was feeling confident enough to switch I installed NixOS on bare metal, loaded the configuration file I prepared in the VM and I instantly had everything installed and running. (Except for the NVidia drivers, fuck nvidia)

      Since then I’ve stayed in nixos and I’m not looking back.

    • AugustWest
      link
      fedilink
      English
      43 days ago

      I am about to switch away from arch that I installed 5 years ago. It’s a daunting thought isn’t it?

    • Justin
      link
      fedilink
      113 days ago

      The nice thing is that NixOS will keep your setup and all your tweaks if you ever need to reinstall. It’s designed to solve that exact problem.

      One way of switching over would be to carry over your homedir and just starting with migrating packages and config as a first step.

    • @[email protected]
      link
      fedilink
      373 days ago

      I’ve been on arch around a year now and also considered the jump to NixOS. I was actually dual booting it with arch for awhile and I found pretty quickly that the shit documentation was a huge turn off for me. I ended up nuking the nix partition and reclaiming it for arch.

      • @[email protected]
        link
        fedilink
        English
        33
        edit-2
        3 days ago

        This is my biggest issue. I am utterly spoiled to the exquisiteness that is Arch’s Wiki…

        • Justin
          link
          fedilink
          143 days ago

          I mean the Arch wiki mostly works on NixOS too. The problem with NixOS documentation is that there aren’t many examples for the Nix language itself.

          • @[email protected]
            link
            fedilink
            22 days ago

            I’ve found that the Arch wiki works for most distros if you know how to translate it. There have been multiple times I’ve searched how to do something or how to fix something in Linux and the only useful result is an arch forum or wiki. All I had to do is translate the steps for debian/ubuntu/opensuse/fedora/rpiOS, etc.

            The process was usually “search this error” > “this part” isn’t working, search “this part error” > arch forum showing steps to fix. Search “where the fuck is this file in <distro>”. Get “it’s usually here, here, or over here”, then do arch steps.

            Then there’s opensuse, and there’s fucking camelcase capitals in their packages (NetworkManager? Seriously?) so I have to Google “opensuse <command/application> package” like a fucking rube.

            • Justin
              link
              fedilink
              11 day ago

              Yeah one nice thing about nixos is that their package search website is really good. You can also search for config options with examples.

      • @[email protected]
        link
        fedilink
        English
        93 days ago

        That and the need to learn a bespoke, weird programming language that will only ever be useful for this one thing have really turned me off of that distro.

        • @[email protected]
          link
          fedilink
          32 days ago

          Definitely. Why not use something off the shelf! That by itself would make it much more approachable