this post was submitted on 07 Apr 2024
489 points (96.7% liked)

linuxmemes

20785 readers
616 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

It's not about the destination, it's about the journey.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 2xsaiko@discuss.tchncs.de 17 points 5 months ago (1 children)

Nix is not something exclusive to NixOS, and people are already using it to make reproducible configs that work on more than one OS.

I'm even using Ansible in what I'm currently building with Nix, because it does one thing well that I need to do: distribute files and run commands on a lot of hosts at once.

[โ€“] sunstoned@lemmus.org 1 points 5 months ago

In my head they're different use cases. Nix is amazing for a living build. Ansible is more pigeon-holed to production systems where you don't want (or need) that history baked into every system