Comment on Would you buy "self-hosted in a box" hardware?
atzanteol@sh.itjust.works 2 months agonixos scripts
What’s a nixos script?
Comment on Would you buy "self-hosted in a box" hardware?
atzanteol@sh.itjust.works 2 months agonixos scripts
What’s a nixos script?
ForgotAboutDre@lemmy.world 2 months ago
Nixos is an os that’s defined by its config stored in .nix files. Everything is defined here all the software and configurations. Two people with the same script will have the exact same os.
Any changes you make that aren’t in the scripts won’t be present when you reboot.
You could maintain a very custom linux distribution (kinda) by just maintaining these config scripts.
So a user wouldn’t need to install all required software and dependencies. They could get a nixos and the self-host config and adjust some settings and have a working system straight after install.
tux0r@feddit.org 2 months ago
A viable alternative is Guix, which uses Scheme for its scripts and could also use the Hurd kernel instead of Linux, but works the same.