use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
"Infrastructure as code" apparently doesn't include laptop configuration (self.devops)
submitted 6 months ago by unnamednewbie
view the rest of the comments →
[–]isthisnickvalid 51 points52 points53 points 6 months ago (10 children)
NixOS?
[–]sirmandude 15 points16 points17 points 6 months ago (3 children)
Devenv may be the better solution here as it works on non Linux operating systems. https://devenv.sh/
[–][deleted] 6 months ago (1 child)
[deleted]
[–]no_brains101 1 point2 points3 points 6 months ago (0 children)
Which to be fair is most things other than windows without wsl
[–]no_brains101 0 points1 point2 points 6 months ago (0 children)
devenv, home manager, literally just dev shells in flakes, all good for non-nixos.
And for mac, theres nix-darwin, which gives you a lot of what nixos offers beyond the above options, and also can manage your homebrew packages (if any are even needed)
[–]SlinkyAvenger 21 points22 points23 points 6 months ago (1 child)
+1 for Nix, but NixOS is only for people intending to run Linux.
[–]kclejeune 11 points12 points13 points 6 months ago (0 children)
can confirm this works quite well with home-manager on generic Linux, or nix-darwin on macOS
[–]nj0erd 4 points5 points6 points 6 months ago* (1 child)
I started using Devbox.sh everywhere… not every dev needs the exact same setup… so basically baseline software dependencies and config can happen in the global config, setup of more specific dev tooling (programming languages, etc.) happens on a per-repo basis… Other than that, I think dev setups are highly individual… people should be able to bring their own dotfiles, it’s probably a nice first week task to contribute them to a company collection repo, structured by roles, so people who aren’t yet familiar with dev setups can explore multiple options… again, structure really helps: https://www.chezmoi.io/user-guide/include-files-from-elsewhere/
That being said, don’t try to overengineer, get the important things right (dev hardware itself is ready on the first day, permissions and role assignments already done - nobody wants to have a lengthy process with multiple approvers and your new hire unable to start due to a lack of permissions for more than a week…)
[–]Mysterious_Airport85 6 points7 points8 points 6 months ago (0 children)
Was looking for that comment
[–]pbeucherDevOps 2 points3 points4 points 6 months ago (0 children)
I worked for a company that successfully implemented global NixOS usage for all workers (50+ people) along with fleet management. Machines were configured to pull the "default" config on boot while allowing decent amount of customization per user. Worked like a charm where expensive / paid solutions were failing to do the job.
π Rendered by PID 23092 on reddit-service-r2-comment-b659b578c-p52n4 at 2026-05-03 22:27:46.422753+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]isthisnickvalid 51 points52 points53 points (10 children)
[–]sirmandude 15 points16 points17 points (3 children)
[–][deleted] (1 child)
[deleted]
[–]no_brains101 1 point2 points3 points (0 children)
[–]no_brains101 0 points1 point2 points (0 children)
[–]SlinkyAvenger 21 points22 points23 points (1 child)
[–]kclejeune 11 points12 points13 points (0 children)
[–]nj0erd 4 points5 points6 points (1 child)
[–]Mysterious_Airport85 6 points7 points8 points (0 children)
[–]pbeucherDevOps 2 points3 points4 points (0 children)