• pascal@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    LoL my current Gentoo system was installed like 12 years ago and moved on 5 different hardware platforms without a proper reinstall.

    I have said myself to never peek in the /etc directory for any reason! 😅

    • Ibaudia@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 months ago

      Realistically you don’t have to if you’re not constantly tinkering, but if you’re changing a lot of low-level stuff without knowing what you’re doing, you have the ability to break things. If you don’t know how to fix them, then it’s easier to just reformat. Basically it’s a skill issue lol.

  • Hellfire103@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    Then there’s me, reinstalling the OS because it’s quicker than installing the three months’ worth of updates I forgot about.

  • barsoap@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    8 months ago

    Why would you reinstall NixOS, like, ever?

    Heck even moving it to another partition isn’t really a re-install as it’ll happily create the exact 1:1 same system based on nothing but the configuration file, change nothing but the id of the root partition (you’ll have to move over /home manually, though).

    And if you mess up your configuration either roll back instantly, or fix it in situ in case you already gc’ed the old stuff. It’s practically impossible to get it into a non-booting state without literally ripping out the disk it’s installed on (or, well, Windows messing up the bootloader or something). Even if you run unstable on the whole system every single commit on that branch is tested to not break boot and rollback.

    Oh just one thing: Don’t skimp on the size of your EFI partition. 100M are definitely borderline when you have both NixOS and Windows booting from it, those kernels and initrds have gotten quite large over the years and you’ll need to be able to fit, bare minimum, two of both.

    • dmrzl@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      Yeah, depending on your definition of reinstall you either reinstall NixOS never or on every boot. There’s no in-between.