this post was submitted on 02 Jul 2023
959 points (100.0% liked)

linuxmemes

21047 readers
1161 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Merulox@lemmy.world 13 points 1 year ago (1 children)

    I switch distro once I start feeling that my current installation is too bloated and requires a heavy cleaning

    Which is why I switched to nixos, so that I can’t bloat my system up with packages I eventually forget about

    [–] Klaymore@sh.itjust.works 9 points 1 year ago (2 children)

    NixOS is so incredibly stable it's crazy. Even if my entire computer implodes I can just download my couple config files off github and get exactly the same system on a different computer.

    [–] copylefty@lemmy.fosshost.com 6 points 1 year ago (1 children)

    I'm going to try Nix as my desktop OS. The only thing stopping me up until now is I like running the same OS that I run on servers (Debian). Do you think there's a good use case for Nix on servers?

    [–] Klaymore@sh.itjust.works 5 points 1 year ago (1 children)

    Yeah NixOS is great for servers, since you're able to configure everything through the NixOS configs. Like if you want nginx you just add services.nginx.enable = true and similarly set the different virtualHosts and everything. That way your nginx configuration is stored in the same place as your system configuration, which can all be backed up with Git, and you can see everything running on your system and their configuration by just looking through your NixOS config.

    [–] copylefty@lemmy.fosshost.com 2 points 1 year ago

    That's very interesting. I use ansible to maintain configuring on my Debian services. I guess there'd be no need when running Nix

    [–] dmrzl@programming.dev 4 points 1 year ago (1 children)

    Well, you still need to backup and restore your persistent drive, but that's trivial too.

    [–] Klaymore@sh.itjust.works 4 points 1 year ago

    Yeah, I use Impermanence and all my important things and dotfiles are synced between my devices. Other stuff is just games and stuff I can reinstall anytime.