• dukk@programming.dev
    link
    fedilink
    arrow-up
    23
    ·
    11 months ago

    I use Nix, so I’ll just reinstall my system if anything really bad ever happens. Sometimes I reinstall just because. My important files are on a delegate drive I have to manually mount, so I’m not too worried.

    • elscallr@lemmy.world
      link
      fedilink
      arrow-up
      12
      arrow-down
      1
      ·
      11 months ago

      Take the next step, and write a simple ansible playbook to configure your installed applications and services. It looks a little complicated at first but it’s pretty easy.

      Then you just keep your playbook with your other files. When you decide to reinstall, you just install ansible then run it on your playbook. It’ll install and set up everything you add to your OS.

      • brian@programming.dev
        link
        fedilink
        arrow-up
        9
        ·
        11 months ago

        NixOS really is the next step from an ansible setup like yours imo. It can and usually is a fully declarative and immutable system outside of your nix config and whatever personal files you have.

        • elscallr@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          11 months ago

          Yeah, I get that. I’m not about to trust NixOS for my production machines at work and since I already know Ansible it’s just as easy for me to manage my home machines the same way.

          • dukk@programming.dev
            link
            fedilink
            arrow-up
            3
            ·
            11 months ago

            Of course it’s all personal preference, but I’ve been managing my dot files from the very beginning with nix(home manager). Never tried ansible, but, just like you, don’t really need to, as everything is already set up well in Nix(including all my configs for all my programs).

      • BartsBigBugBag@lemmy.tf
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        I only know the Ansible as the intergalactic communication system from Ursula K Le Guins novels, so this comment is too cool to me.

        • PraiseTheSoup@lemm.ee
          link
          fedilink
          arrow-up
          4
          ·
          11 months ago

          That’s almost certainly where it came from. This might be hard to believe, but Linux devs are often huge nerds.

          • BartsBigBugBag@lemmy.tf
            link
            fedilink
            arrow-up
            2
            ·
            11 months ago

            Oh I’m sure, that word isn’t used for a lot of other things. It’s neat how much anarchist and socialist lore is hidden inside of FOOS and Linux tech terminology, including the word Ansible. So refreshing compared to closed source devs unironically naming their products after murderous AI or what have you.

          • BartsBigBugBag@lemmy.tf
            link
            fedilink
            arrow-up
            1
            ·
            11 months ago

            Ansible was indeed used by Orson Scott Card in his Ender’s series, about 20 or so years after it was first coined by Le Guin. Funny to think of someone reading such good novels as Ursula’s and still coming out of it a bigoted asshole.

    • seitanic@lemmy.sdf.org
      link
      fedilink
      arrow-up
      5
      ·
      11 months ago

      One of the things I learned several years ago was how to set up my HD so that the system and home folder are on different partitions. It isn’t terribly hard to do, and every OS installer I’ve used gives you the option. It’s served me very well.

        • seitanic@lemmy.sdf.org
          link
          fedilink
          arrow-up
          4
          ·
          11 months ago

          You can easily install a new system if your system gets borked or you just want a new distro, and you won’t lose your files.

      • dukk@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        I don’t have a need for that atm(like I said, my laptop has a separate drive), but will look into that in case I ever need it in the future. My problem with this personally tho is that I share my drive between Windows and Linux, and Linux doesn’t exactly play well with NTFS. Sounds really cool however for having a multi boot Linux system, with all your files shared between distros.