Comment by otabdeveloper4

Comment by otabdeveloper4 3 days ago

3 replies

> good recommended workflows for incoming users

Users of what exactly?

Workflows for configuring a desktop to play Steam games is vastly different from workflows for managing a cattle fleet of enterprisey servers.

jcmfernandes 3 days ago

On how to assemble your config. Every config I open does things a little bit different, from the get-go, when using flakes. Add package sets as overlays to nixpkgs or pass inputs downstream? How to parametrize "system"? What's stuff like flake-parts and flake-utils for? Should I use them? All these came to my mind on the first day.

  • otabdeveloper4 3 days ago

    It's not really a "config", it's actually a program that plugins into your infrastructure-as-code process to build system images. As expected, people here love to bikeshed and have vastly different opinions on "best practices".

    • jcmfernandes 3 days ago

      I understand that, but even nixos refers to configuration.nix as a "configuration file" in its documentation.

      IMO, it's totally OK that people have different opinions on what are best practices. However, I would still like to see official documentation showing beginners how to do things, comparing a few options.