this post was submitted on 07 Apr 2024
490 points (96.8% liked)
linuxmemes
21197 readers
116 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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
view the rest of the comments
With gentoo and arch you are learning how linux works. Replace nixos with salt or ansible and it can even get you a job.
NixOS is still a Linux system, and the configuration still translates to stuff you have in a very similar way on every other Linux system too (with the exception of what's needed for the file system layout to work). It's not some kind of magic. I've probably learned as much stuff applicable to general Linux distributions as while using Arch and Gentoo.
Of course, if you only use the high-level options and the graphical installer that may be different, but then comparing it to those distros is very disingenuous.
How many jobs opportunities ask for experience with nixos?
I know of companies like Serokell that specialize in it, and I know that some others use it internally for CI. Generally if you want a Nix job you'll have to specifically look for that I think
Mhm. The exact same reason why I would recommend them to anyone that actually wants to know how Linux works, the dos and donts (like why having 2 or more package managers is a REALLY REALLY bad idea).
Are you referring to Bedrock?
No, just a bad experience trying to actually run 2 of them on the same system. One was the main, the other was supposed to "patch" what the first one lacked... and then I realized that compiling from source and packaging with the original (first) package manager is a lot less painful than trying to juggle with both of them.
Oh that's what you mean. I'm wondering, what did you do to be able to use 2 at the same time?
Well, you just set the second to ignore all inconsistencies regarding libraries and binaries from the first one. It sounds easier than it is to actually put in practice 😂.
I was just experimenting, trying to see if the trouble is worth it... it's not. Way too many ways to still fuck up your system... and I eventually did 😂. Luckily, I use BTRFS with snapshots, so no harm no foul, I just rolled back everything from the day before I decided to install the second package manager.
Oh I see, well that sounds like it was an experience, maybe not a really good one though XD
Good on you for keeping snapshots, they're real life savers!
Yep, lifesaver indeed!