Post #1080180
2026-03-27 10:02 UTC
Replies (2)
-
@zer0unplanned@friendica.rogueproject.org 2026-03-27 11:42
@purrperl @thegardendude @codemonkeymike NixOS doesn't require traditional scripting. Instead of writing imperative shell scripts to install packages or configure services, you define your entire system's desired state in a declarative configuration file using the Nix language. This means you declare what your system should look like (e.g., "I want Firefox and a web server enabled"), and NixOS handles the "how" automatically. This approach provides powerful benefits like reproducibility, atomic upgrades, and easy rollbacks, replacing ad-hoc scripts with a single, version-controllable source of truth. There is no other way..
-
@codemonkeymike@fosstodon.org 2026-03-30 14:54
@purrperl @thegardendude yes the website will have more details! But right now you can follow the link to the GitHub page and it's all there. NixOS is like Linux legos. Build what you want. But nixbook is like a Lego set already built. You don't need to know anything about nix. However, you CAN dig in and mess with it if you want