4 ms·
Agreed, with NixOs - not only can you declare which packages to include, you can declare how those packages are setup. Like setting up nginx as a package with
by alberth 1mo ago
Agreed, with NixOs - not only can you declare which packages to include, you can declare how those packages are setup.
Like setting up nginx as a package with SSL support for example.com domain, PHP working with nginx via PHP-FPM, etc.
StageX I don’t believe can do that. I believe it can only confirm that the nginx package hasn’t been tampered with.
- lrvick 1mo agoThats just all stuff one puts in a containerfile that generates their disk image. We can build any disk image nix can though with different syntax.