Why Nostr? What is Njump?
2025-02-17 22:18:12
in reply to

Hannah (Thinking... :ms_robot_loading:) on Nostr: nprofile1q…qrcc0 Technically NixOS could be described as a *non-containerized* ...

Technically NixOS could be described as a *non-containerized* dockerfile. A very complicated dockerfile (That would undersell it and is wildly simplifying things overall, but let's roll with that for a second).

"Packages" (or derivatives) are not containerized. They are read-only though and declare their dependencies inside themselves (the package.nix file I think? I am not that deep into the ecosystem.... yet).

The point of NixOS is reproducibility (mostly, there is also immutability and rollback functionality). The same directives in a .nix file should yield the same output.
So if I write into my config the following:

services.sshd.enable = true;and give the config to someone else and they build it on their computer, the output should be the same (in this case: A system that has a sshd server running).
Author Public Key
npub15259nn6q2tg9s2qf7vkwn98neklamyapaq8ls36neuva7gpydz2q8rge7e