nixos-config/hosts/bootstrap
Gabriel Arazas 142c2ef378
hosts/bootstrap: set system version and disable cache splitting
The user modules are apparently not compatible with the default way of
building the documentation so we'll have to. This should fix being able
to unable to be built due to the missing files which most likely came
from the cache.
2023-10-19 00:12:55 +08:00
..
default.nix hosts/bootstrap: set system version and disable cache splitting 2023-10-19 00:12:55 +08:00
README.adoc docs: update 2022-11-29 15:58:33 +08:00

My personalized NixOS installation medium. It is not supposed to be used as a daily system (if you are, youre pretty weird :/).

This is based from how devos generates their ISO. You can also see an example from nix.dev.

To make use of this, you can generate an ISO through nixos-generators. [1]

nix run github:nix-community/nixos-generators -- --flake .#bootstrap --format iso --out-link result

Though, you could also easily build one with packages.bootstrap-install-iso from the flake output.

nix build $FLAKE#bootstrap-install-iso

With the ISO built, you can now use it for yourself for whatever reason.


1. You can also try this for other hosts as well for MORE BEEFY OFFLINE INSTALLATION MEDIUM!