SRE, Developer, Goof – whatever you want to call me, I make things run good, real good.

  • 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle

  • jboyens@beehaw.orgtonixos@lemmy.mlNixOS as a server OS?
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    It’s pretty great at being a server OS, honestly.

    There are tons of modules that set up services well. Almost everything I’ve wanted to run already has a module and it’s as easy as services.name.enable = true.

    By far my favorite aspect has been being able to declaratively configure things like Prometheus or Traefik. It solves a problem I end up trying to solve with a lot of glue (and YAML) at work.

    Being able to recover from disaster by just checking out your git repo and doing a rebuild makes everything else feel a little… hacky. You don’t need a separate system to manage config files or software versions.

    I sound like a fanboy because I am. It’s been revolutionary for me.