hi I’m still exploring stuff and I was thinking about nix, with all his stuff, what do you guys think? maybe someone with experience can tell me if I should stay away from that or could be a good choice for privacy, anonimity and security

  • Chais@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    9 months ago

    I don’t know what gave you the idea that a particular distro would be an especially good/bad choice for privacy, etc. They’re all GNU/Linux with only minor differences in compile-time options in the kernel and different defaults in user-space. But they’re just that, defaults. You can reconfigure them to your preference.

    With that out of the way, the issue NixOS attempts to address is reproducibility. You get a central configuration infrastructure that defines everything, from partition layout, through user creation and package installation to software configuration. The central idea being that migrating to a new machine or setting up a new development environment should only take a few commands.
    What you do with that is up to you. You can barricade the whole system if you like. The defaults are sane, but not overly focused on privacy, etc.
    Also it’s quite a learning curve as the documentation/wiki is incomplete and/or outdated.

    • doomkernel@sopuli.xyz
      link
      fedilink
      arrow-up
      3
      ·
      9 months ago

      Yeah Nix documentation kind of sucks right now. There are like a 10 different ways to set-up flakes

            • Atemu@lemmy.ml
              link
              fedilink
              arrow-up
              5
              ·
              9 months ago

              No, not obviously.

              People new to Nix/NixOS always seem to think that flakes are some kind of fundamental shift or something and if you don’t use flakes, you’re not going to be ready for the future or whatever.
              No, they’re not. They’re “just” a standardised method of composing separate Nix projects.

              In the most common NixOS case (and especially when starting out) you have exactly one external Nix project you depend on and that’s Nixpkgs. Flakes provide very little (if any) benefit in this specific case.

              If you’re starting out, you don’t need to care one bit about flakes, experimental features and the documentation of features that are not intended to be commonly used yet (especially not for beginners).

    • Gooey0210@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      The wiki is not even recommended, since some time already nobody has access to the wiki, even to put a banner “stay away, everything is not working and outdated”

      • Chais@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        So we have to piece information together from the manual and random blogs? Like cavemen? Or worse, like Windows users??